constant HOSTING_FEATURE_DISABLED in Hosting 7.4
Same name and namespace in other branches
- 5 hosting.features.inc \HOSTING_FEATURE_DISABLED
- 6.2 hosting.features.inc \HOSTING_FEATURE_DISABLED
- 7.3 hosting.features.inc \HOSTING_FEATURE_DISABLED
This hosting feature is disabled.
19 uses of HOSTING_FEATURE_DISABLED
- hook_hosting_feature in ./
hosting.api.php - Register a hosting feature with Aegir.
- hosting_example_hosting_feature in example/
example_service/ hosting.feature.example.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_disable in ./
hosting.features.inc - Disable one or more Hosting features.
- hosting_features_enable in ./
hosting.features.inc - Enable one or more Hosting features.
File
- ./
hosting.features.inc, line 10 - Include for functionality related to Hosting module features.
Code
define('HOSTING_FEATURE_DISABLED', 0);