You are here

public function PluginSelectorInterface::getLabel in Plugin 8.2

Gets the human-readable label.

Return value

string

1 method overrides PluginSelectorInterface::getLabel()
PluginSelectorBase::getLabel in src/Plugin/Plugin/PluginSelector/PluginSelectorBase.php
Gets the human-readable label.

File

src/Plugin/Plugin/PluginSelector/PluginSelectorInterface.php, line 31

Class

PluginSelectorInterface
Defines a plugin to select and configure another plugin.

Namespace

Drupal\plugin\Plugin\Plugin\PluginSelector

Code

public function getLabel();