You are here

public function DependentPluginDefinitionInterface::setConfigDependencies in Markdown 8.2

Sets the config dependencies of this plugin definition.

Parameters

array $config_dependencies: An array of config dependencies.

Return value

$this

Overrides DependentPluginDefinitionInterface::setConfigDependencies

File

src/BcSupport/DependentPluginDefinitionInterface.php, line 40

Class

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

Namespace

Drupal\markdown\BcSupport

Code

public function setConfigDependencies(array $config_dependencies);