You are here

public function InstallablePluginInterface::config in Markdown 8.2

Retrieves the config instance for this plugin.

Return value

\Drupal\Core\Config\ImmutableConfig An immutable config instance for this plugin's configuration.

1 method overrides InstallablePluginInterface::config()
InstallablePluginBase::config in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the config instance for this plugin.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 43

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function config();