public function IconProviderInterface::getLabel in Icon API 8
Retrieves the human readable label for the plugin.
Return value
string The human readable label.
1 method overrides IconProviderInterface::getLabel()
- IconProviderBase::getLabel in src/
Plugin/ Icon/ IconProviderBase.php - Retrieves the human readable label for the plugin.
File
- src/
Plugin/ Icon/ IconProviderInterface.php, line 21
Class
- IconProviderInterface
- Interface IconProviderInterface
Namespace
Drupal\icon\Plugin\IconCode
public function getLabel();