You are here

public function AnnotatedPluginInterface::getLabel in Markdown 8.2

Displays the human-readable label of the plugin.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The label.

2 methods override AnnotatedPluginInterface::getLabel()
AnnotatedPluginBase::getLabel in src/Plugin/Markdown/AnnotatedPluginBase.php
Displays the human-readable label of the plugin.
InstallablePluginInterface::getLabel in src/Plugin/Markdown/InstallablePluginInterface.php
Displays the human-readable label of the plugin.

File

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

Class

AnnotatedPluginInterface
Interface for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getLabel();