Class profile_field_textarea.
More...
Class profile_field_textarea.
- Copyright
- 2007 onwards Shane Elliot
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ display_data()
profile_field_textarea::display_data |
( |
| ) |
|
Display the data for this field.
- Return values
-
◆ edit_field_add()
profile_field_textarea::edit_field_add |
( |
| $mform | ) |
|
Adds elements for this field type to the edit form.
- Parameters
-
◆ edit_load_user_data()
profile_field_textarea::edit_load_user_data |
( |
| $user | ) |
|
Load user data for this profile field, ready for editing.
- Parameters
-
◆ edit_save_data_preprocess()
profile_field_textarea::edit_save_data_preprocess |
( |
| $data, |
|
|
| $datarecord ) |
Process incoming data for the field.
- Parameters
-
stdClass | $data | |
stdClass | $datarecord | |
- Return values
-
◆ get_field_properties()
profile_field_textarea::get_field_properties |
( |
| ) |
|
Return the field type and null properties.
This will be used for validating the data submitted by a user.
- Return values
-
array | the param type and null property |
- Since
- Moodle 3.2
◆ is_user_object_data()
profile_field_textarea::is_user_object_data |
( |
| ) |
|
Overwrite base class method, data in this field type is potentially too large to be included in the user object.
- Return values
-
The documentation for this class was generated from the following file:
- user/profile/field/textarea/field.class.php