You are here

public function DependentPluginDefinitionInterface::getConfigDependencies in Markdown 8.2

Gets the config dependencies of this plugin definition.

Return value

array An array of config dependencies.

Overrides DependentPluginDefinitionInterface::getConfigDependencies

See also

\Drupal\Core\Plugin\PluginDependencyTrait::calculatePluginDependencies()

File

src/BcSupport/DependentPluginDefinitionInterface.php, line 30

Class

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

Namespace

Drupal\markdown\BcSupport

Code

public function getConfigDependencies();