Hi,
I have two custom plugin's who use generic functionality which resides in a third custom plugin. How can I get the instance of this third plugin from my first two custom plugin's? I know that right before the event "onPluginsInitialized" all Plugins are initialized by the init() function in Plugins.php.
So how do i get an instance of the Plugin initialized by Grav? I don't want to create a new instance when Grav already has one in memory.
Regards