public function AnalyticsService::getMachineName in Analytics 7
Returns the machine name of the analytics plugin instance.
Return value
string
Overrides AnalyticsServiceInterface::getMachineName
4 calls to AnalyticsService::getMachineName()
- AmpTrackingPixelAnalyticsService::getOutput in analytics_amp/
src/ AmpTrackingPixelAnalyticsService.php - Returns the output of the analytics service.
- AnalyticsService::getAmpOutput in lib/
AnalyticsService.php - Build an <amp-analytics> tag for output on an amp-enabled page request.
- GoogleAnalyticsGaService::getOutput in analytics_google/
src/ GoogleAnalyticsGaService.php - Returns the output of the analytics service.
- GoogleUniversalAnalyticsService::getOutput in analytics_google/
src/ GoogleUniversalAnalyticsService.php - Returns the output of the analytics service.
File
- lib/
AnalyticsService.php, line 23
Class
Code
public function getMachineName() {
return $this->machine_name;
}