function hosting_site_views_api in Hosting 7.4
Same name and namespace in other branches
- 6.2 site/hosting_site.module \hosting_site_views_api()
- 7.3 site/hosting_site.module \hosting_site_views_api()
Views integration.
File
- site/
hosting_site.module, line 729 - Contains hook implementations for Hosting site module.
Code
function hosting_site_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hosting_site') . '/includes/views',
);
}