function DependentPluginDefinitionInterface::setConfigDependencies

Sets the config dependencies of this plugin definition.

Parameters

array $config_dependencies: An array of config dependencies.

Return value

$this

File

core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php, line 28

Class

DependentPluginDefinitionInterface
Provides an interface for a plugin definition that has dependencies.

Namespace

Drupal\Core\Plugin\Definition

Code

public function setConfigDependencies(array $config_dependencies);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.