You are here

function ga_push_browser_views_api in GA Push 7

Implements hook_views_api().

File

modules/browser/ga_push_browser.module, line 186
Drupal Module: GA Push (browser).

Code

function ga_push_browser_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'ga_push_browser') . '/views',
  );
}