You are here

function ga_stats_views_api in Google Analytics Statistics 7

Same name and namespace in other branches
  1. 7.2 ga_stats.module \ga_stats_views_api()
  2. 7.x ga_stats.module \ga_stats_views_api()

Implements hook_views_api()

File

./ga_stats.module, line 39

Code

function ga_stats_views_api() {
  return array(
    'api' => 2,
  );
}