You are here

public function AnnotatedPluginBase::defaultConfiguration in Markdown 8.2

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

2 calls to AnnotatedPluginBase::defaultConfiguration()
AnnotatedPluginBase::getConfigurationOverrides in src/Plugin/Markdown/AnnotatedPluginBase.php
Retrieves the configuration overrides for the plugin.
AnnotatedPluginBase::setConfiguration in src/Plugin/Markdown/AnnotatedPluginBase.php
Sets the configuration for this plugin instance.
1 method overrides AnnotatedPluginBase::defaultConfiguration()
InstallablePluginBase::defaultConfiguration in src/Plugin/Markdown/InstallablePluginBase.php
Gets default configuration for this plugin.

File

src/Plugin/Markdown/AnnotatedPluginBase.php, line 57

Class

AnnotatedPluginBase
Base class for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function defaultConfiguration() {
  return [];
}