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