function hosting_client_views_api in Hosting 6.2
Same name and namespace in other branches
- 7.4 client/hosting_client.module \hosting_client_views_api()
- 7.3 client/hosting_client.module \hosting_client_views_api()
Implementation of hook_views_api().
File
- client/
hosting_client.module, line 1052
Code
function hosting_client_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'hosting_client'),
);
}