You are here

function node_gallery_views_api in Node Gallery 6.2

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

Implementation hook_views_api().

File

./node_gallery.module, line 167
Node gallery module file

Code

function node_gallery_views_api() {
  return array(
    'api' => 2.0,
  );
}