You are here

public function IconRendererInterface::getLabel in Icon API 8

Retrieves the human readable label for the plugin.

Return value

string The human readable label.

1 method overrides IconRendererInterface::getLabel()
IconRendererBase::getLabel in src/Plugin/Icon/IconRendererBase.php
Retrieves the human readable label for the plugin.

File

src/Plugin/Icon/IconRendererInterface.php, line 21

Class

IconRendererInterface
Interface IconRendererInterface

Namespace

Drupal\icon\Plugin\Icon

Code

public function getLabel();