My helper class has a plugin-dependecy and I’d like to double check if that plugin is installed and enabled, what is the best way to accomplish this?
I have tried using ProjectConfiguration::getActive() methods, but I can’t seem to find what I am looking for.
As a solution I have added the following function to my
ProjectConfigurationclass:I was suprised that this isn’t already included in symfony 1.4 by default.