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