function total_control_views_api in Total Control Admin Dashboard 6
Same name and namespace in other branches
- 6.2 total_control.module \total_control_views_api()
- 7.2 total_control.module \total_control_views_api()
Implementation of hook_views_api().
File
- ./
total_control.module, line 92
Code
function total_control_views_api() {
// TODO
return array(
'api' => 2,
);
}