Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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 |