You are here

function jquery_carousel_views_api in jQuery carousel 7

Implements hook_views_api().

File

./jquery_carousel.module, line 28
Provide jquery carousel style plugin for views.

Code

function jquery_carousel_views_api() {
  return array(
    'api' => '3',
    'path' => drupal_get_path('module', 'jquery_carousel') . '/views',
  );
}