You are here

function yandex_metrics_reports_theme in Yandex.Metrics 8.3

Same name and namespace in other branches
  1. 7.3 yandex_metrics_reports/yandex_metrics_reports.module \yandex_metrics_reports_theme()

Implements hook_theme().

File

yandex_metrics_reports/yandex_metrics_reports.module, line 94
The main code of Yandex.Metrics Reports module.

Code

function yandex_metrics_reports_theme() {
  return array(
    'yandex_metrics_reports_reports' => array(
      'render element' => 'form',
    ),
  );
}