You are here

function rotor_views_api in Rotor Banner 7

Same name and namespace in other branches
  1. 6.2 rotor.module \rotor_views_api()

Implmentation of hook_views_api().

File

./rotor.module, line 250
A rotor banner consists in a set of images that will be changing. This module is made using jquery.

Code

function rotor_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'rotor') . '/views',
  );
}