You are here

function yandex_metrics_reports_views_api in Yandex.Metrics 8.2

Same name and namespace in other branches
  1. 6.2 yandex_metrics_reports/yandex_metrics_reports.module \yandex_metrics_reports_views_api()
  2. 7.2 yandex_metrics_reports/yandex_metrics_reports.module \yandex_metrics_reports_views_api()

Implements hook_views_api().

File

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

Code

function yandex_metrics_reports_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'yandex_metrics_reports') . '/views',
  );
}