You are here

function finder_views_views_api in Finder 6

Same name and namespace in other branches
  1. 7 modules/finder_views/finder_views.module \finder_views_views_api()

Implementation of hook_views_api().

See also

hook_views_api()

File

modules/finder_views/finder_views.module, line 13
The finder views module.

Code

function finder_views_views_api() {
  return array(
    'api' => 2,
    'path' => finder_inc_path('finder_views'),
  );
}