function views_attach_views_api in Views attach 6
Same name and namespace in other branches
- 6.2 views_attach.module \views_attach_views_api()
 - 7.2 views_attach.module \views_attach_views_api()
 
Implementation of hook_views_api().
File
- ./
views_attach.module, line 6  
Code
function views_attach_views_api() {
  return array(
    'api' => 2.0,
  );
}