You are here

function views_ticker_views_api in Views Ticker 7.2

Same name and namespace in other branches
  1. 6.2 views_ticker.module \views_ticker_views_api()
  2. 7 views_ticker.module \views_ticker_views_api()

Implements hook_views_api().

File

./views_ticker.module, line 39
Provide a scrolling items display style for Views.

Code

function views_ticker_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'views_ticker') . '/includes',
  );
}