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