function og_views_api in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \og_views_api()
Implementation of hook_views_api().
File
- ./
og.module, line 474 - Enable users to create and manage groups with roles and permissions.
Code
function og_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'og') . '/includes',
);
}