You are here

function library_views_api in Library 6.2

Same name and namespace in other branches
  1. 6 library.module \library_views_api()
  2. 7 library.module \library_views_api()

Implementation of hook_views_api().

File

./library.module, line 1417

Code

function library_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'library') . '/includes/views',
  );
}