You are here

function google_analytics_reports_views_api in Google Analytics Reports 7.3

Implements hook_views_api().

File

./google_analytics_reports.module, line 22
Front-end interfaces that use the Google Analytics Reports API module.

Code

function google_analytics_reports_views_api() {
  return array(
    'api' => 3.0,
  );
}