function votingapi_views_api in Voting API 6.2
Same name and namespace in other branches
- 7.3 votingapi.module \votingapi_views_api()
- 7.2 votingapi.module \votingapi_views_api()
Implementation of hook_views_api().
File
- ./
votingapi.module, line 53 - A generalized voting API for Drupal.
Code
function votingapi_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'votingapi') . '/views',
);
}