function patch_manager_views_api in Patch manager 7
Same name and namespace in other branches
- 6 patch_manager.module \patch_manager_views_api()
Implements hook_views_api().
File
- ./
patch_manager.module, line 119 - Patch manager provides developers with tools for managing patches.
Code
function patch_manager_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'patch_manager'),
);
}