function eva_views_api in EVA: Entity Views Attachment 7
Implements hook_views_api().
File
- ./
eva.module, line 9
Code
function eva_views_api() {
return array(
'api' => 3,
);
}
Implements hook_views_api().
function eva_views_api() {
return array(
'api' => 3,
);
}