You are here

function hosting_db_server_hosting_service in Hosting 7.3

Same name and namespace in other branches
  1. 5 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
  2. 6.2 db_server/hosting_db_server.module \hosting_db_server_hosting_service()
  3. 7.4 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',
  );
}