You are here

public function PluginInterface::getLabel in Markdown 8.2

Displays the human-readable label of the plugin.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The label.

File

src/Plugin/Markdown/PluginInterface.php, line 42

Class

PluginInterface
Interface for markdown plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getLabel();