public function ServicePluginInterface::getLabel in Analytics 8
Returns the label of the analytics service.
Return value
string The label of this analytics service.
1 method overrides ServicePluginInterface::getLabel()
- ServicePluginBase::getLabel in src/Plugin/ ServicePluginBase.php 
- Returns the label of the analytics service.
File
- src/Plugin/ ServicePluginInterface.php, line 37 
Class
- ServicePluginInterface
- Defines an interface for analytics service plugins.
Namespace
Drupal\analytics\PluginCode
public function getLabel();