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