You are here

public function ConfigurableInterface::defaultConfiguration in Markdown 8.2

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 method overrides ConfigurableInterface::defaultConfiguration()
AnnotatedPluginBase::defaultConfiguration in src/Plugin/Markdown/AnnotatedPluginBase.php
Gets default configuration for this plugin.

File

src/BcSupport/ConfigurableInterface.php, line 43

Class

ConfigurableInterface
Provides an interface for a configurable plugin.

Namespace

Drupal\markdown\BcSupport

Code

public function defaultConfiguration();