You are here

public function PluginTypeInterface::getDescription in Plugin 8.2

Gets the human-readable description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup|string

1 method overrides PluginTypeInterface::getDescription()
PluginType::getDescription in src/PluginType/PluginType.php
Gets the human-readable description.

File

src/PluginType/PluginTypeInterface.php, line 41

Class

PluginTypeInterface
Defines a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getDescription();