You are here

function image_gallery_views_api in Image 6

Same name and namespace in other branches
  1. 7 contrib/image_gallery/image_gallery.module \image_gallery_views_api()

Implementation of hook_views_api().

File

contrib/image_gallery/image_gallery.module, line 223

Code

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