DependentWithRemovalPluginInterface
interface DependentWithRemovalPluginInterface (View source)
Provides an interface for a plugin that has dependencies that can be removed.
Methods
bool
onDependencyRemoval(array $dependencies)
Allows a plugin to define whether it should be removed.
Details
bool
onDependencyRemoval(array $dependencies)
Allows a plugin to define whether it should be removed.
If this method returns TRUE then the plugin should be removed.