You are here

function fivestar_views_api in Fivestar 7.2

Implements hook_views_api().

File

./fivestar.module, line 164

Code

function fivestar_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'fivestar') . '/includes',
  );
}