function hosting_db_server_hosting_service in Hosting 5
Same name and namespace in other branches
- 6.2 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
- 7.4 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
- 7.3 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
File
- db_server/
hosting_db_server.module, line 3
Code
function hosting_db_server_hosting_service() {
return array(
"db_server" => t("Mysql database server"),
);
}