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

(no description)

File Size: 231 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: block_html  - X-Ref

Form for editing HTML block instances.

init()   X-Ref
No description

has_config()   X-Ref
No description

applicable_formats()   X-Ref
No description

specialization()   X-Ref
No description

instance_allow_multiple()   X-Ref
No description

get_content()   X-Ref
No description

get_content_for_external($output)   X-Ref
No description

instance_config_save($data, $nolongerused = false)   X-Ref
Serialize and store config data


instance_delete()   X-Ref
No description

instance_copy($fromid)   X-Ref
Copy any block-specific data when copying to a new block instance.

param: int $fromid the id number of the block instance to copy from
return: boolean

content_is_trusted()   X-Ref
No description

instance_can_be_docked()   X-Ref
The block should only be dockable when the title of the block is not empty
and when parent allows docking.

return: bool

html_attributes()   X-Ref
No description

get_config_for_external()   X-Ref
Return the plugin config settings for external functions.

return: stdClass the configs for both the block instance and plugin