(no description)
File Size: | 159 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbbext:: (6 methods):
is_bbb_enabled()
get_enabled_plugins()
enable_plugin()
load_settings()
get_settings_section_name()
is_uninstall_allowed()
is_bbb_enabled() X-Ref |
Check if BigBlueButton plugin is enabled return: bool |
get_enabled_plugins() X-Ref |
Get a list of enabled plugins return: array |
enable_plugin(string $pluginname, int $enabled) X-Ref |
Enable the plugin param: string $pluginname param: int $enabled return: bool |
load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) X-Ref |
Loads plugin settings to the settings tree This function usually includes settings.php file in plugins folder. Alternatively it can create a link to some settings page (instance of admin_externalpage) param: \part_of_admin_tree $adminroot param: string $parentnodename param: bool $hassiteconfig whether the current user has moodle/site:config capability |
get_settings_section_name() X-Ref |
Get settings section name return: string |
is_uninstall_allowed() X-Ref |
Should there be a way to uninstall the plugin via the administration UI. return: bool |