function flag_lists_views_api in Flag Lists 6
Same name and namespace in other branches
- 7.3 flag_lists.module \flag_lists_views_api()
- 7 flag_lists.module \flag_lists_views_api()
Implementation of hook_views_api().
File
- ./
flag_lists.module, line 501 - The Flag Lists module.
Code
function flag_lists_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'flag_lists') . '/includes',
);
}