User profile field created event.
Copyright: | 2017 Web Courseworks, Ltd. {@link http://www.webcourseworks.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 141 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
user_info_field_created:: (7 methods):
init()
create_from_field()
get_name()
get_description()
get_url()
validate_data()
get_objectid_mapping()
Class: user_info_field_created - X-Ref
User profile info field created event.init() X-Ref |
Initialise the event data. |
create_from_field($field) X-Ref |
Creates an event from a profile field. param: \stdClass $field A snapshot of the created field. return: \core\event\base |
get_name() X-Ref |
Returns localised event name. return: string |
get_description() X-Ref |
Returns non-localised event description with id's for admin use only. return: string |
get_url() X-Ref |
Returns relevant URL. return: \moodle_url |
validate_data() X-Ref |
Custom validation. return: void |
get_objectid_mapping() X-Ref |
Get the backup/restore table mapping for this event. return: string |