constant HOSTING_FEATURE_ENABLED in Hosting 7.4
Same name and namespace in other branches
- 5 hosting.features.inc \HOSTING_FEATURE_ENABLED
- 6.2 hosting.features.inc \HOSTING_FEATURE_ENABLED
- 7.3 hosting.features.inc \HOSTING_FEATURE_ENABLED
This hosting feature is enabled.
6 uses of HOSTING_FEATURE_ENABLED
- hosting_alias_hosting_feature in alias/
hosting.feature.alias.inc - Implements hook_hosting_feature().
- hosting_clone_hosting_feature in clone/
hosting.feature.clone.inc - Implements hook_hosting_feature().
- hosting_cron_hosting_feature in cron/
hosting.feature.cron.inc - Implements hook_hosting_feature().
- hosting_feature in ./
hosting.features.inc - Determine whether a specific feature of the hosting system is turned on.
- hosting_features_enable in ./
hosting.features.inc - Enable one or more Hosting features.
File
- ./
hosting.features.inc, line 15 - Include for functionality related to Hosting module features.
Code
define('HOSTING_FEATURE_ENABLED', 1);