You are here

function node_gallery_views_api in Node Gallery 7

Same name and namespace in other branches
  1. 6.3 node_gallery.module \node_gallery_views_api()
  2. 6.2 node_gallery.module \node_gallery_views_api()

Implements hook_views_api().

File

./node_gallery.module, line 33
Node Gallery module.

Code

function node_gallery_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'node_gallery') . '/includes/views',
  );
}