function hosting_db_server_hosting_service in Hosting 7.4
Same name and namespace in other branches
- 5 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
- 6.2 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
- 7.3 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
Implements hook_hosting_service().
File
- db_server/
hosting_db_server.module, line 10 - Allow Hostmaster to configure database servers.
Code
function hosting_db_server_hosting_service() {
return array(
'mysql' => 'db',
);
}