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