constant HOSTING_FEATURE_DISABLED in Hostmaster (Aegir) 6
This hosting feature is disabled.
13 uses of HOSTING_FEATURE_DISABLED
- hook_hosting_feature in modules/
hosting/ hosting.api.php - Register a hosting feature with Aegir.
- hosting_alias_hosting_feature in modules/
hosting/ alias/ hosting.feature.alias.inc - Implementation of hook_hosting_feature().
- hosting_dns_hosting_feature in modules/
hosting/ dns/ hosting.feature.dns.inc - Implementation of hook_hosting_feature().
- hosting_example_hosting_feature in modules/
hosting/ example/ hosting.feature.example.inc - Implementation of hook_hosting_feature().
- hosting_feature in modules/
hosting/ hosting.features.inc - Determine whether a specific feature of the hosting system is turned on.
File
- modules/
hosting/ hosting.features.inc, line 10 - Include for functionality related to Hosting module features.
Code
define('HOSTING_FEATURE_DISABLED', 0);