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.

Differences Between: [Versions 310 and 311] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

Customfields textarea plugin

Copyright: 2018 Daniel Neis Araujo <daniel@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 189 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: data_controller  - X-Ref

Class data

datafield()   X-Ref
Return the name of the field where the information is stored

return: string

value_editor_options()   X-Ref
Options for the editor

return: array

get_form_element_name()   X-Ref
Returns the name of the field to be used on HTML forms.

return: string

instance_form_definition(\MoodleQuickForm $mform)   X-Ref
Add fields for editing a textarea field.

param: \MoodleQuickForm $mform

instance_form_save(\stdClass $datanew)   X-Ref
Saves the data coming from form

param: \stdClass $datanew data coming from the form

instance_form_before_set_data(\stdClass $instance)   X-Ref
Prepares the custom field data related to the object to pass to mform->set_data() and adds them to it

This function must be called before calling $form->set_data($object);

param: \stdClass $instance the entity that has custom fields, if 'id' attribute is present the custom

delete()   X-Ref
Delete data

return: bool

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