has Plugin
Returns true if the container has a plugin with the given id, false otherwise.
A plugin is only added to the container once its application has completed. Use hasPlugin to also detect a plugin that is currently being applied.
Since
0.7
Parameters
id
The id of the plugin
Returns true if the container has a plugin with the given type, false otherwise.
Since
0.7
Parameters
type
The type of the plugin