public function PluginDescriptionDefinitionInterface::getDescription in Plugin 8.2
Gets the human-readable plugin description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|string|null The description or NULL if there is none.
1 method overrides PluginDescriptionDefinitionInterface::getDescription()
- ArrayPluginDefinitionDecorator::getDescription in src/
PluginDefinition/ ArrayPluginDefinitionDecorator.php - Gets the human-readable plugin description.
File
- src/
PluginDefinition/ PluginDescriptionDefinitionInterface.php, line 28
Class
- PluginDescriptionDefinitionInterface
- Defines a plugin definition that includes a description.
Namespace
Drupal\plugin\PluginDefinitionCode
public function getDescription();