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

Block target.

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

Defines 1 class


Class: block  - X-Ref

Block 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_block_name()   X-Ref
Get the translated name of the block.

return: string

get_frankenstyle($block)   X-Ref
Get the frankenstyle name of the block.

param: string  $block  The block name.
return: The frankenstyle block name.

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