You are here

public function ServicePluginInterface::getOutput in Analytics 8

Returns the output of the analytics service.

Return value

array A structured, renderable array.

1 method overrides ServicePluginInterface::getOutput()
ServicePluginBase::getOutput in src/Plugin/ServicePluginBase.php
Returns the output of the analytics service.

File

src/Plugin/ServicePluginInterface.php, line 53

Class

ServicePluginInterface
Defines an interface for analytics service plugins.

Namespace

Drupal\analytics\Plugin

Code

public function getOutput();