Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class

data_controller:: (5 methods):
  datafield()
  instance_form_definition()
  instance_form_validation()
  get_default_value()
  export_value()


Class: data_controller  - X-Ref

Class data

datafield()   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