constant HOSTING_FEATURE_DISABLED in Hosting 6.2
Same name and namespace in other branches
- 5 hosting.features.inc \HOSTING_FEATURE_DISABLED
- 7.4 hosting.features.inc \HOSTING_FEATURE_DISABLED
- 7.3 hosting.features.inc \HOSTING_FEATURE_DISABLED
This hosting feature is disabled.
17 uses of HOSTING_FEATURE_DISABLED
- hook_hosting_feature in ./
hosting.api.php - Register a hosting feature with Aegir.
- hosting_dns_hosting_feature in dns/
hosting.feature.dns.inc - Implementation of hook_hosting_feature().
- hosting_example_hosting_feature in example/
hosting.feature.example.inc - Implementation of hook_hosting_feature().
- hosting_feature in ./
hosting.features.inc - Determine whether a specific feature of the hosting system is turned on.
- hosting_features_form_submit in ./
hosting.features.inc - Submit callback for the Hosting features form.
File
- ./
hosting.features.inc, line 10 - Include for functionality related to Hosting module features.
Code
define('HOSTING_FEATURE_DISABLED', 0);