constant HOSTING_FEATURE_ENABLED in Hostmaster (Aegir) 6
This hosting feature is enabled.
6 uses of HOSTING_FEATURE_ENABLED
- hosting_client_hosting_feature in modules/
hosting/ client/ hosting.feature.client.inc - Implementation of hook_hosting_feature().
- hosting_clone_hosting_feature in modules/
hosting/ clone/ hosting.feature.clone.inc - Implementation of hook_hosting_feature().
- hosting_cron_hosting_feature in modules/
hosting/ cron/ hosting.feature.cron.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.
- hosting_migrate_hosting_feature in modules/
hosting/ migrate/ hosting.feature.migrate.inc - Implementation of hook_hosting_feature().
File
- modules/
hosting/ hosting.features.inc, line 15 - Include for functionality related to Hosting module features.
Code
define('HOSTING_FEATURE_ENABLED', 1);