function entity_views_api in Entity API 7
Implements hook_views_api().
File
- ./
entity.module, line 1347
Code
function entity_views_api() {
return array(
'api' => '3.0-alpha1',
'path' => drupal_get_path('module', 'entity') . '/views',
);
}