You are here

function og_ui_views_api in Organic groups 7.2

Implements hook_views_api().

File

og_ui/og_ui.module, line 449
Organic groups UI.

Code

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