public function ProviderInterface::getLabel in Express 8
Retrieves the provider human-readable label.
Return value
string The provider human-readable label.
1 method overrides ProviderInterface::getLabel()
- ProviderBase::getLabel in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php - Retrieves the provider human-readable label.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderInterface.php, line 55 - Contains \Drupal\bootstrap\Plugin\Provider\ProviderInterface.
Class
- ProviderInterface
- ProviderInterface.
Namespace
Drupal\bootstrap\Plugin\ProviderCode
public function getLabel();