function pollim_views_api in Poll Improved 7
Implements hook_views_api().
File
- ./
pollim.module, line 341 - Module for the Pollim Entity - a starting point to create your own Entity and associated administration interface
Code
function pollim_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'pollim') . '/views',
);
}