function entity_legal_views_api in Entity Legal 7
Same name and namespace in other branches
- 7.2 entity_legal.module \entity_legal_views_api()
Implements hook_views_api().
File
- ./
entity_legal.module, line 397 - Entity Legal module.
Code
function entity_legal_views_api() {
return array(
'api' => '3',
'path' => drupal_get_path('module', 'entity_legal') . '/views',
);
}