Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
::h5peditor::h5peditor modules::h5peditor::h5peditor

Classes

class  H5PEditorAjax
 Class H5PEditorAjax. More...
 

Variables

const CONTENT_HUB_METADATA_CACHE = 'content-hub-metadata-cache'
 Endpoint for retrieving the currently stored content hub metadata cache.
 
const CONTENT_TYPE_CACHE = 'content-type-cache'
 Endpoint for retrieving the currently stored content type cache.
 
const FILES = 'files'
 Endpoint for uploading files used by the editor.
 
const FILTER = 'filter'
 Endpoint for filtering parameters.
 
const GET_HUB_CONTENT = 'get-hub-content'
 Endpoint for installing libraries from the Content Type Hub.
 
const LIBRARIES = 'libraries'
 
const LIBRARY_INSTALL = 'library-install'
 Endpoint for installing libraries from the Content Type Hub.
 
const LIBRARY_UPLOAD = 'library-upload'
 Endpoint for uploading libraries used by the editor through the Content Type Hub.
 
const SINGLE_LIBRARY = 'single-library'
 Endpoint for retrieving a singe library's data necessary for displaying main libraries.
 
const TRANSLATIONS = 'translations'
 Endpoint for retrieveing translation files.
 

Detailed Description