function counter_views_api in Counter 7
Same name and namespace in other branches
- 8 counter.module \counter_views_api()
Implements hook_views_api().
File
- ./
counter.module, line 381
Code
function counter_views_api() {
return array(
'api' => 3,
);
}