You are here

public function MarkdownInstallablePluginInterface::getDescription in Markdown 3.0.x

Retrieves the description of the plugin, if set.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The description.

2 methods override MarkdownInstallablePluginInterface::getDescription()
BaseExtension::getDescription in src/Plugin/Markdown/Extension/BaseExtension.php
Retrieves the description of the plugin, if set.
BaseParser::getDescription in src/Plugin/Markdown/BaseParser.php
Retrieves the description of the plugin, if set.

File

src/Plugin/Markdown/MarkdownInstallablePluginInterface.php, line 29

Class

MarkdownInstallablePluginInterface

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getDescription();