You are here

public function MatomoBase::getQuery in Dashboards with Layout Builder 2.0.x

Same name and namespace in other branches
  1. 8 modules/dashboards_matomo/src/Plugin/Dashboard/MatomoBase.php \Drupal\dashboards_matomo\Plugin\Dashboard\MatomoBase::getQuery()

Get matomo query.

Return value

\Drupal\matomo_reporting_api\MatomoQueryFactory Matomo query factory.

File

modules/dashboards_matomo/src/Plugin/Dashboard/MatomoBase.php, line 54

Class

MatomoBase
Base class for matomo plugins.

Namespace

Drupal\dashboards_matomo\Plugin\Dashboard

Code

public function getQuery() {
  return $this->matomoQuery;
}