You are here

function vud_term_views_api in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud_term/vud_term.module \vud_term_views_api()
  2. 7 vud_term/vud_term.module \vud_term_views_api()

Implementation of hook_views_api().

File

vud_term/vud_term.module, line 178
Adds a voting widget to terms.

Code

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