Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | List of all members
customfield_textarea\field_controller Class Reference

Class field. More...

Inheritance diagram for customfield_textarea\field_controller:
core_customfield\field_controller

Public Member Functions

 config_form_definition (\MoodleQuickForm $mform)
 Add fields for editing a textarea field. More...
 
 config_form_validation (array $data, $files=array())
 Validate the data on the field configuration form. More...
 
 course_grouping_format_values ($values)
 If this field supports course filtering, then this function needs overriding to return the formatted values for this. More...
 
 delete ()
 Before delete bulk actions.
 
 get (string $property)
 Persistent getter parser. More...
 
 get_category ()
 Get the category associated with this field. More...
 
 get_configdata_property (string $property)
 Get configdata property. More...
 
 get_formatted_name ()
 Returns the field name formatted according to configuration context. More...
 
 get_handler ()
 Returns a handler for this field. More...
 
 prepare_for_config_form (\stdClass $formdata)
 Prepare the field data to set in the configuration form. More...
 
 save ()
 Saves the field configuration.
 
 set ($property, $value)
 Persistent setter parser. More...
 
 supports_course_grouping ()
 Does this custom field type support being used as part of the block_myoverview custom field grouping? More...
 
 to_record ()
 Persistent to_record parser. More...
 
 value_editor_options (\context $context=null)
 Options for editor. More...
 

Static Public Member Functions

static create (int $id, stdClass $record=null, category_controller $category=null)
 Creates an instance of field_controller. More...
 

Public Attributes

const TYPE = 'textarea'
 Const type.
 

Protected Attributes

category_controller $category
 Category of the field.
 
field $field
 Field persistent class.
 

Detailed Description

Class field.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ config_form_definition()

customfield_textarea\field_controller::config_form_definition ( \MoodleQuickForm  $mform)

Add fields for editing a textarea field.

Parameters
MoodleQuickForm$mform

Reimplemented from core_customfield\field_controller.

◆ config_form_validation()

core_customfield\field_controller::config_form_validation ( array  $data,
  $files = array() 
)
inherited

Validate the data on the field configuration form.

Plugins can override it

Parameters
array$datafrom the add/edit profile field form
array$files
Return values
arrayassociative array of error messages

Reimplemented in customfield_text\field_controller, customfield_select\field_controller, customfield_date\field_controller, and customfield_checkbox\field_controller.

◆ course_grouping_format_values()

core_customfield\field_controller::course_grouping_format_values (   $values)
inherited

If this field supports course filtering, then this function needs overriding to return the formatted values for this.

Parameters
array$valuesthe used values that need grouping
Return values
array

Reimplemented in customfield_text\field_controller, customfield_select\field_controller, customfield_date\field_controller, and customfield_checkbox\field_controller.

◆ create()

static core_customfield\field_controller::create ( int  $id,
stdClass  $record = null,
category_controller  $category = null 
)
staticinherited

Creates an instance of field_controller.

Parameters $id, $record and $category can complement each other but not conflict. If $id is not specified, categoryid must be present either in $record or in $category. If $id is not specified, type must be present in $record

No DB queries are performed if both $record and $category are specified.

Parameters
int$id
stdClass | null$record
category_controller | null$category
Return values
field_controllerwill return the instance of the class from the customfield element plugin
Exceptions
coding_exception
moodle_exception

◆ get()

core_customfield\field_controller::get ( string  $property)
finalinherited

Persistent getter parser.

Parameters
string$property
Return values
mixed

◆ get_category()

core_customfield\field_controller::get_category ( )
finalinherited

Get the category associated with this field.

Return values
category_controller

◆ get_configdata_property()

core_customfield\field_controller::get_configdata_property ( string  $property)
inherited

Get configdata property.

Parameters
string$propertyname of the property
Return values
mixed

◆ get_formatted_name()

core_customfield\field_controller::get_formatted_name ( )
inherited

Returns the field name formatted according to configuration context.

Return values
string

◆ get_handler()

core_customfield\field_controller::get_handler ( )
finalinherited

Returns a handler for this field.

Return values
handler

◆ prepare_for_config_form()

customfield_textarea\field_controller::prepare_for_config_form ( \stdClass  $formdata)

Prepare the field data to set in the configuration form.

Necessary if some preprocessing required for editor or filemanager fields

Parameters
stdClass$formdata

Reimplemented from core_customfield\field_controller.

◆ set()

core_customfield\field_controller::set (   $property,
  $value 
)
finalinherited

Persistent setter parser.

Parameters
string$property
mixed$value
Return values
field

◆ supports_course_grouping()

core_customfield\field_controller::supports_course_grouping ( )
inherited

Does this custom field type support being used as part of the block_myoverview custom field grouping?

Return values
bool

Reimplemented in customfield_text\field_controller, customfield_select\field_controller, customfield_date\field_controller, and customfield_checkbox\field_controller.

◆ to_record()

core_customfield\field_controller::to_record ( )
finalinherited

Persistent to_record parser.

Return values
stdClass

◆ value_editor_options()

customfield_textarea\field_controller::value_editor_options ( \context  $context = null)

Options for editor.

Parameters
context | null$contextcontext if known, otherwise configuration context will be used
Return values
array

The documentation for this class was generated from the following file: