Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Namespaces | |
namespace | filter_displayh5p\privacy |
| |
Classes | |
class | filter_displayh5p |
Display H5P filter. More... | |
class | filter_displayh5p\privacy\provider |
Privacy Subsystem for filter_displayh5p implementing null_provider. More... | |
Functions | |
filter_displayh5p_reorder () | |
Move up the displayh5p filter over urltolink and activitynames filters to works properly. | |
filterobject_prepare_replacement_callback ($tagbegin, $tagend, $urlmodifier, $canbeedited, $ish5plink) | |
Callback used by filterobject / filter_phrases. | |
xmldb_filter_displayh5p_install () | |
Enable displayh5p filter by default to render H5P contents. | |
xmldb_filter_displayh5p_upgrade ($oldversion) | |
xmldb_filter_displayh5p_upgrade | |
Variables | |
$plugin = 2024041600 | |
$plugin | component = 'filter_displayh5p' |
$plugin | version = 2024042200 |
filter_displayh5p_reorder | ( | ) |
Move up the displayh5p filter over urltolink and activitynames filters to works properly.
Also, displayh5p have to be enabled in order to display H5P content.
void |
filterobject_prepare_replacement_callback | ( | $tagbegin, | |
$tagend, | |||
$urlmodifier, | |||
$canbeedited, | |||
$ish5plink ) |
Callback used by filterobject / filter_phrases.
string | $tagbegin | HTML to insert before any match |
string | $tagend | HTML to insert after any match |
string | $urlmodifier | string to add to the match URL |
bool | $canbeedited | Whether the content can be modified or not (to display a link to edit it or not). |
bool | $ish5plink | Whether the original content comes from an H5P link or not. |
array | [$hreftagbegin, $hreftagend, $replacementphrase] for filterobject. |
xmldb_filter_displayh5p_install | ( | ) |
Enable displayh5p filter by default to render H5P contents.
coding_exception |
xmldb_filter_displayh5p_upgrade | ( | $oldversion | ) |
xmldb_filter_displayh5p_upgrade
int | $oldversion | the version we are upgrading from |
bool | result |