function hosting_package_views_api in Hosting 6.2
Same name and namespace in other branches
- 7.4 package/hosting_package.module \hosting_package_views_api()
- 7.3 package/hosting_package.module \hosting_package_views_api()
Implementation of hook_views_api().
File
- package/
hosting_package.module, line 368
Code
function hosting_package_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hosting_package') . '/views',
);
}