public function MatomoBase::getQuery in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x 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\DashboardCode
public function getQuery() {
return $this->matomoQuery;
}