Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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 39 and 401] [Versions 39 and 402] [Versions 39 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