You are here

function vud_comment_views_api in Vote Up/Down 6.2

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

Implementation of hook_views_api().

File

vud_comment/vud_comment.module, line 219
Adds a voting widget to comments.

Code

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