function node_gallery_views_api in Node Gallery 6.3
Same name and namespace in other branches
- 6.2 node_gallery.module \node_gallery_views_api()
- 7 node_gallery.module \node_gallery_views_api()
Implementation hook_views_api().
File
- ./
node_gallery.module, line 303 - Node gallery module file.
Code
function node_gallery_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'node_gallery') . '/views2inc',
);
}