You are here

function yandex_metrics_reports_views_api in Yandex.Metrics 6.2

Same name and namespace in other branches
  1. 8.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 1147
The main code of Yandex.Metrics Reports module.

Code

function yandex_metrics_reports_views_api() {
  return array(
    'api' => 2,
    // However it works with Views 3 as well.
    'path' => drupal_get_path('module', 'yandex_metrics_reports') . '/views',
  );
}