You are here

function hosting_platform_hosting_feature in Hosting 5

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

File

platform/hosting_platform.module, line 34
Platform node type definition

Code

function hosting_platform_hosting_feature() {
  $features['platform'] = array(
    'title' => t('Platforms'),
    'description' => t('Allow for management of multiple platforms.'),
    'status' => HOSTING_FEATURE_ENABLED,
    'node' => 'platform',
  );
  return $features;
}