You are here

function spaces_og_views_api in Spaces 6.3

Same name and namespace in other branches
  1. 7.3 spaces_og/spaces_og.module \spaces_og_views_api()
  2. 7 spaces_og/spaces_og.module \spaces_og_views_api()

Implementation of hook_views_api().

File

spaces_og/spaces_og.module, line 552

Code

function spaces_og_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'spaces_og') . '/views',
  );
}