function flag_views_api in Flag 6
Same name and namespace in other branches
- 6.2 flag.module \flag_views_api()
- 7.3 flag.module \flag_views_api()
- 7.2 flag.module \flag_views_api()
Implementation of hook_views_api().
File
- ./
flag.module, line 95
Code
function flag_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'flag') . '/includes',
);
}