You are here

public function AnnotatedPluginInterface::getConfigurationOverrides in Markdown 8.2

Retrieves the configuration overrides for the plugin.

Parameters

array $configuration: Optional. Specific configuration to check. If not set, the currently set configuration will be used.

Return value

array An array of configuration overrides.

1 method overrides AnnotatedPluginInterface::getConfigurationOverrides()
AnnotatedPluginBase::getConfigurationOverrides in src/Plugin/Markdown/AnnotatedPluginBase.php
Retrieves the configuration overrides for the plugin.

File

src/Plugin/Markdown/AnnotatedPluginInterface.php, line 29

Class

AnnotatedPluginInterface
Interface for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getConfigurationOverrides(array $configuration = NULL);