You are here

function og_massadd_views_api in Organic Groups Mass Add 7

Implements hook_views_api().

File

./og_massadd.module, line 87
The og_massadd module file

Code

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