Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
Defines classes used for plugin info.
Copyright: | 2018 Toni Barbera {@link http://www.moodle.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 135 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
customfield:: (6 methods):
is_uninstall_allowed()
get_manage_url()
get_enabled_plugins()
uninstall_cleanup()
get_settings_section_name()
load_settings()
Class: customfield - X-Ref
Class for admin tool pluginsis_uninstall_allowed() X-Ref |
Allow uninstall return: bool |
get_manage_url() X-Ref |
Return URL used for management of plugins of this type. return: moodle_url |
get_enabled_plugins() X-Ref |
Enabled plugins return: array|null |
uninstall_cleanup() X-Ref |
Pre-uninstall hook. This is intended for disabling of plugin, some DB table purging, etc. NOTE: to be called from uninstall_plugin() only. |
get_settings_section_name() X-Ref |
Setting section name return: null|string |
load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) X-Ref |
Load the global settings for a particular availability plugin (if there are any) param: \part_of_admin_tree $adminroot param: string $parentnodename param: bool $hassiteconfig |