Differences Between: [Versions 401 and 402]
(no description)
File Size: | 151 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
tiny:: (7 methods):
plugintype_supports_disabling()
is_uninstall_allowed()
get_manage_url()
load_settings()
get_settings_section_name()
get_enabled_plugins()
enable_plugin()
plugintype_supports_disabling() X-Ref |
No description |
is_uninstall_allowed() X-Ref |
These subplugins can be uninstalled. return: bool |
get_manage_url() X-Ref |
Return URL used for management of plugins of this type. return: moodle_url |
load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) X-Ref |
Include the settings.php file from subplugins if provided. This is a copy of very similar implementations from various other subplugin areas. 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 the settings section name. This is used to get the setting links in the Tiny sub-plugins table. return: null|string the settings section name. |
get_enabled_plugins() X-Ref |
No description |
enable_plugin(string $plugin, int $enabled) X-Ref |
No description |