Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 401 and 402] [Versions 401 and 403]

The tag removed event.

Copyright: 2014 Mark Nelson <markn@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 148 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

tag_removed:: (7 methods):
  init()
  get_name()
  get_description()
  create_from_tag_instance()
  validate_data()
  get_objectid_mapping()
  get_other_mapping()


Class: tag_removed  - X-Ref

Event class for when a tag has been removed from an item.

init()   X-Ref
Initialise the event data.


get_name()   X-Ref
Returns localised general event name.

return: string

get_description()   X-Ref
Returns non-localised description of what happened.

return: string

create_from_tag_instance($taginstance, $tagname, $tagrawname, $addsnapshot = false)   X-Ref
Creates an event from taginstance object

param: stdClass $taginstance
param: string $tagname
param: string $tagrawname
param: bool $addsnapshot trust that $taginstance has all necessary fields and add it as a record snapshot
return: tag_removed

validate_data()   X-Ref
Custom validation.

return: void

get_objectid_mapping()   X-Ref
No description

get_other_mapping()   X-Ref
No description