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

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.

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

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

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

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

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

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: