Runtime
The plugin initializes itself on action init
with priority 5
(see the loading chain) so after this hook, you can access the whole Runtime object with a simple wrapper class. Within the Runtime, we invoke certain singletons, accessible by their class names.
To get the Runtime object:
To get the Settings component:
To get the plugin version:
To get the plugin filesystem:
Please note the Notification
class lives in the global namespace.
Last updated