You are here

public function AnnotatedPluginInterface::getDescription in Markdown 8.2

Retrieves the description of the plugin, if set.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The description.

1 method overrides AnnotatedPluginInterface::getDescription()
AnnotatedPluginBase::getDescription in src/Plugin/Markdown/AnnotatedPluginBase.php
Retrieves the description of the plugin, if set.

File

src/Plugin/Markdown/AnnotatedPluginInterface.php, line 37

Class

AnnotatedPluginInterface
Interface for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getDescription();