function node_gallery_api_views_api in Node Gallery 7
Implements hook_views_api().
File
- ./
node_gallery_api.module, line 1105 - Node Gallery module.
Code
function node_gallery_api_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'node_gallery_api') . '/includes/views',
);
}