function ga_stats_views_api in Google Analytics Statistics 7.x
Same name and namespace in other branches
- 7.2 ga_stats.module \ga_stats_views_api()
- 7 ga_stats.module \ga_stats_views_api()
Implementation of hook_view_api
File
- ./
ga_stats.module, line 44
Code
function ga_stats_views_api() {
return array(
'api' => 2,
);
}