function hosting_db_server_hosting_feature in Hosting 5
Same name and namespace in other branches
- 6.2 db_server/hosting.feature.db_server.inc \hosting_db_server_hosting_feature()
- 7.4 db_server/hosting.feature.db_server.inc \hosting_db_server_hosting_feature()
- 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;
}