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 402] [Versions 310 and 403]

Selector target.

Copyright: 2016 Andrew Nicols <andrew@nicols.co.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 116 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: selector  - X-Ref

Selector target.

convert_to_css()   X-Ref
Convert the target value to a valid CSS selector for use in the
output configuration.

return: string

get_displayname()   X-Ref
Convert the step target to a friendly name for use in the UI.

return: string

get_default_title()   X-Ref
Get the default title.

return: string

get_default_content()   X-Ref
Get the default content.

return: string

add_config_to_form(\MoodleQuickForm $mform)   X-Ref
Add the target type configuration to the form.

param: MoodleQuickForm $mform      The form to add configuration to.
return: $this

add_disabled_constraints_to_form(\MoodleQuickForm $mform)   X-Ref
Add the disabledIf values.

param: MoodleQuickForm $mform      The form to add configuration to.

prepare_data_for_form($data)   X-Ref
Prepare data to submit to the form.

param: object          $data       The data being passed to the form

get_value_from_form($data)   X-Ref
Fetch the targetvalue from the form for this target type.

param: stdClass        $data       The data submitted in the form
return: string