You are here

public function AnalyticsServiceInterface::getOutput in Analytics 7

Returns the output of the analytics service.

Parameters

array $context:

Return value

array A structured, renderable array.

5 methods override AnalyticsServiceInterface::getOutput()
AmpAnalyticsService::getOutput in analytics_amp/src/AmpAnalyticsService.php
Returns the output of the analytics service.
AmpTrackingPixelAnalyticsService::getOutput in analytics_amp/src/AmpTrackingPixelAnalyticsService.php
Returns the output of the analytics service.
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.
PiwikAnalyticsService::getOutput in analytics_piwik/src/PiwikAnalyticsService.php
Returns the output of the analytics service.

File

lib/AnalyticsServiceInterface.php, line 75

Class

AnalyticsServiceInterface

Code

public function getOutput(array $context);