You are here

function draggableviews_book_views_api in DraggableViews 7.2

Same name and namespace in other branches
  1. 6.3 modules/draggableviews_book/draggableviews_book.module \draggableviews_book_views_api()

Implements hook_views_api().

File

draggableviews_book/draggableviews_book.module, line 6

Code

function draggableviews_book_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'draggableviews_book'),
  );
}