You are here

function og_views_api in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.module \og_views_api()

Implements hook_views_api().

File

./og.module, line 624
Enable users to create and manage groups with roles and permissions.

Code

function og_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'og') . '/includes/views',
  );
}