function hosting_db_server_views_api in Hosting 7.4
Same name and namespace in other branches
- 6.2 db_server/hosting_db_server.module \hosting_db_server_views_api()
- 7.3 db_server/hosting_db_server.module \hosting_db_server_views_api()
Implements hook_views_api().
File
- db_server/
hosting_db_server.module, line 80 - Allow Hostmaster to configure database servers.
Code
function hosting_db_server_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'hosting_db_server'),
);
}