You are here

public function AnalyticsService::getLabel in Analytics 7

Returns the label of the plugin instance.

Return value

string

Overrides AnalyticsServiceInterface::getLabel

File

lib/AnalyticsService.php, line 30

Class

AnalyticsService

Code

public function getLabel() {
  return $this->label;
}