You are here

function views_timelinejs_views_api in Views TimelineJS integration 7

Same name and namespace in other branches
  1. 7.3 views_timelinejs.module \views_timelinejs_views_api()

Implements hook_views_api().

File

./views_timelinejs.module, line 10
Views TimelineJS API, theming, libraries, etc.

Code

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