Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 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.

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

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