function matomo_reports_theme in Matomo Reports 8
Implements hook_theme().
File
- ./
matomo_reports.module, line 25  - Contains matomo_reports.module.
 
Code
function matomo_reports_theme() {
  return [
    'matomo_reports' => [
      'variables' => [
        'data_url' => NULL,
      ],
    ],
  ];
}