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.

Custom field updated event.

Copyright: 2018 Toni Barbera <toni@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 87 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

field_deleted:: (4 methods):
  init()
  create_from_object()
  get_name()
  get_description()


Class: field_deleted  - X-Ref

Custom field updated event class.

init()   X-Ref
Initialise the event data.


create_from_object(field_controller $field)   X-Ref
Creates an instance from a field controller object

param: field_controller $field
return: field_deleted

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

return: string

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

return: string