function bean_views_api in Bean (for Drupal 7) 7
Implements hook_views_api()
File
- ./
bean.module, line 1101 - Block Entity
Code
function bean_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'bean') . '/views',
);
}