function hosting_db_server_views_api in Hostmaster (Aegir) 6
Implementation of hook_views_api().
File
- modules/
hosting/ db_server/ hosting_db_server.module, line 62 - 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'),
);
}