Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Class helper. More...
Static Public Member Functions | |
static | require_plugin_enabled (string $pluginname) |
Check the status of a plugin and throw exception if not enabled and called manually. | |
Class helper.
|
static |
Check the status of a plugin and throw exception if not enabled and called manually.
Any action plugin having a php script, should call this function for a safer enable/disable implementation.
string | $pluginname |
void |