function vms_views_api in Views Menu Support 8
Same name and namespace in other branches
- 7 vms.module \vms_views_api()
Advertise the current views api version.
File
- ./
vms.module, line 26 - Main function for Views menu support, mainly reading the current menu trail.
Code
function vms_views_api() {
return array(
'api' => '3',
'path' => drupal_get_path('module', 'vms'),
);
}