DependentPluginDefinitionInterface
interface DependentPluginDefinitionInterface (View source)
Provides an interface for a plugin definition that has dependencies.
Methods
array
getConfigDependencies()
Gets the config dependencies of this plugin definition.
$this
setConfigDependencies(array $config_dependencies)
Sets the config dependencies of this plugin definition.
Details
array
getConfigDependencies()
Gets the config dependencies of this plugin definition.
$this
setConfigDependencies(array $config_dependencies)
Sets the config dependencies of this plugin definition.