function vud_comment_views_api in Vote Up/Down 7
Same name and namespace in other branches
- 6.3 vud_comment/vud_comment.module \vud_comment_views_api()
- 6.2 vud_comment/vud_comment.module \vud_comment_views_api()
Implementation of hook_views_api().
File
- vud_comment/
vud_comment.module, line 235 - Adds a voting widget to comments.
Code
function vud_comment_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'vud_comment') . '/views',
);
}