function advpoll_views_api in Advanced Poll 6.2
Same name and namespace in other branches
- 6.3 advpoll.module \advpoll_views_api()
- 6 advpoll.module \advpoll_views_api()
Implementation of hook_views_api().
File
- ./
advpoll.module, line 1720 - Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.
Code
function advpoll_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'advpoll') . '/views',
);
}