Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

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: 186 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