function matomo_theme in Matomo Analytics 7.2
Implements hook_theme().
File
- ./
matomo.module, line 37 - Drupal Module: Matomo
Code
function matomo_theme() {
return array(
'matomo_admin_custom_var_table' => array(
'render element' => 'form',
),
);
}