You are here

public function InstallablePluginBase::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.

Overrides InstallablePluginInterface::config

File

src/Plugin/Markdown/InstallablePluginBase.php, line 108

Class

InstallablePluginBase
Base class for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function config() {
  return $this->config;
}