You are here

public function InstallablePluginInterface::getDeprecated in Markdown 8.2

Retrieves the deprecation message, if any.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|void The deprecated message, if set.

1 method overrides InstallablePluginInterface::getDeprecated()
InstallablePluginBase::getDeprecated in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the deprecation message, if any.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 51

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getDeprecated();