PluginManager
The manager for plugin system. Should monitor plugin dependencies and locks.
Author
Alexander Nozik
Functions
get
Link copied to clipboard
Find a loaded plugin via its tag
Find a loaded plugin via its class. This method does not check if the result is unique and just returns first plugin matching the class condition. For safe search provide a tag since tags are checked on load and plugins with the same tag are not allowed in the same context.
list
Link copied to clipboard
List plugins stored in this PluginManager. If inherit is true, include parent plugins as well