Customfield date plugin
Copyright: | 2018 Daniel Neis Araujo <daniel@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 147 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
data_controller:: (5 methods):
datafield()
instance_form_definition()
instance_form_validation()
get_default_value()
export_value()
Class: data_controller - X-Ref
Class datadatafield() X-Ref |
Return the name of the field where the information is stored return: string |
instance_form_definition(\MoodleQuickForm $mform) X-Ref |
Add fields for editing data of a date field on a context. param: \MoodleQuickForm $mform |
instance_form_validation(array $data, array $files) X-Ref |
Validates data for this field. param: array $data param: array $files return: array |
get_default_value() X-Ref |
Returns the default value as it would be stored in the database (not in human-readable format). return: mixed |
export_value() X-Ref |
Returns value in a human-readable format return: mixed|null value or null if empty |