Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
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 |