You are here

function hosting_alias_hosting_feature in Hosting 5

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

File

alias/hosting.feature.alias.inc, line 3

Code

function hosting_alias_hosting_feature() {
  $features['alias'] = array(
    'title' => t('Site aliasing'),
    'description' => t('Provide multiple domain names for sites to be accessible by.'),
    'status' => HOSTING_FEATURE_DISABLED,
    'module' => 'hosting_alias',
  );
  return $features;
}