Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 402] [Versions 311 and 403]

Defines class used for orphaned subplugins.

Copyright: 2013 Petr Skoda {@link http://skodak.org}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 90 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

orphaned:: (5 methods):
  is_uninstall_allowed()
  is_enabled()
  init_display_name()
  get_enabled_plugins()
  get_plugins()


Class: orphaned  - X-Ref

Orphaned subplugins class.

is_uninstall_allowed()   X-Ref
No description

is_enabled()   X-Ref
We do not know if orphaned subplugins are enabled.

return: bool

init_display_name()   X-Ref
No lang strings are present.


get_enabled_plugins()   X-Ref
Oprhaned plugins can not be enabled.

return: array|null of enabled plugins $pluginname=>$pluginname, null means unknown

get_plugins($type, $typerootdir, $typeclass, $pluginman)   X-Ref
Gathers and returns the information about all plugins of the given type,
either on disk or previously installed.

param: string $type the name of the plugintype, eg. mod, auth or workshopform
param: string $typerootdir full path to the location of the plugin dir
param: string $typeclass the name of the actually called class
param: core_plugin_manager $pluginman the plugin manager calling this method
return: array of plugintype classes, indexed by the plugin name