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.

Return Value

array

An array of config dependencies.

See also

PluginDependencyTrait::calculatePluginDependencies

$this setConfigDependencies(array $config_dependencies)

Sets the config dependencies of this plugin definition.

Parameters

array $config_dependencies

An array of config dependencies.

Return Value

$this