You are here

function hosting_db_server_hosting_feature in Hosting 5

Same name and namespace in other branches
  1. 6.2 db_server/hosting.feature.db_server.inc \hosting_db_server_hosting_feature()
  2. 7.4 db_server/hosting.feature.db_server.inc \hosting_db_server_hosting_feature()
  3. 7.3 db_server/hosting.feature.db_server.inc \hosting_db_server_hosting_feature()

File

db_server/hosting_db_server.module, line 70

Code

function hosting_db_server_hosting_feature() {
  $features['db_server'] = array(
    'title' => t('Database servers'),
    'description' => t('Configure and maintain multiple database servers.'),
    'status' => HOSTING_FEATURE_DISABLED,
    'node' => 'db_server',
    'group' => 'experimental',
  );
  return $features;
}