public function PluginTypeInterface::getLabel in Plugin 8.2
Gets the human-readable label.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|string
1 method overrides PluginTypeInterface::getLabel()
- PluginType::getLabel in src/
PluginType/ PluginType.php - Gets the human-readable label.
File
- src/
PluginType/ PluginTypeInterface.php, line 34
Class
- PluginTypeInterface
- Defines a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function getLabel();