You are here

public function ServicePluginBase::getOutput in Analytics 8

Returns the output of the analytics service.

Return value

array A structured, renderable array.

Overrides ServicePluginInterface::getOutput

5 methods override ServicePluginBase::getOutput()
AmpAnalytics::getOutput in analytics_amp/src/Plugin/AnalyticsService/AmpAnalytics.php
Returns the output of the analytics service.
AmpTrackingPixel::getOutput in analytics_amp/src/Plugin/AnalyticsService/AmpTrackingPixel.php
Returns the output of the analytics service.
GoogleAnalyticsGa::getOutput in analytics_google/src/Plugin/AnalyticsService/GoogleAnalyticsGa.php
Returns the output of the analytics service.
GoogleTagManager::getOutput in src/Plugin/AnalyticsService/GoogleTagManager.php
Returns the output of the analytics service.
Piwik::getOutput in analytics_piwik/src/Plugin/AnalyticsService/Piwik.php
Returns the output of the analytics service.

File

src/Plugin/ServicePluginBase.php, line 91

Class

ServicePluginBase
Defines a base implementation for analytics service plugins will extend.

Namespace

Drupal\analytics\Plugin

Code

public function getOutput() {
  return [];
}