You are here

public function ConfigurableInterface::getConfiguration in Markdown 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

1 method overrides ConfigurableInterface::getConfiguration()
AnnotatedPluginBase::getConfiguration in src/Plugin/Markdown/AnnotatedPluginBase.php
Gets this plugin's configuration.

File

src/BcSupport/ConfigurableInterface.php, line 27

Class

ConfigurableInterface
Provides an interface for a configurable plugin.

Namespace

Drupal\markdown\BcSupport

Code

public function getConfiguration();