You are here

function draggableviews_book_views_api in DraggableViews 6.3

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

Implementing hook_views_api

File

modules/draggableviews_book/draggableviews_book.module, line 115
Draggableviews Book module provides Book-support.

Code

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