You are here

function library_views_api in Library 7

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

Implements hook_views_api().

File

./library.module, line 1361

Code

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