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

H5P content type manager class

Copyright: 2020 Amaia Anabitarte <amaia@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 174 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: contenttype  - X-Ref

H5P content bank manager class

delete_content(\core_contentbank\content $content)   X-Ref
Delete this content from the content_bank and remove all the H5P related information.

param: content $content The content to delete.
return: boolean true if the content has been deleted; false otherwise.

get_view_content(\core_contentbank\content $content)   X-Ref
Returns the HTML content to add to view.php visualizer.

param: content $content The content to be displayed.
return: string            HTML code to include in view.php.

get_icon(\core_contentbank\content $content)   X-Ref
Returns the HTML code to render the icon for H5P content types.

param: content $content The content to be displayed.
return: string            HTML code to render the icon

get_implemented_features()   X-Ref
Return an array of implemented features by this plugin.

return: array

get_manageable_extensions()   X-Ref
Return an array of extensions this contenttype could manage.

return: array

is_access_allowed()   X-Ref
Returns user has access capability for the content itself.

return: bool     True if content could be accessed. False otherwise.

get_contenttype_types()   X-Ref
Returns the list of different H5P content types the user can create.

return: array An object for each H5P content type: