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.
To get the Runtime object:
To get the Runtime component:
To get plugin version:
To get plugin filesystem:
Please note the Notification
class lives in the global namespace.
Last updated