You are here

constant HOSTING_FEATURE_ENABLED in Hosting 6.2

Same name and namespace in other branches
  1. 5 hosting.features.inc \HOSTING_FEATURE_ENABLED
  2. 7.4 hosting.features.inc \HOSTING_FEATURE_ENABLED
  3. 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
Implementation of hook_hosting_feature().
hosting_clone_hosting_feature in clone/hosting.feature.clone.inc
Implementation of hook_hosting_feature().
hosting_cron_hosting_feature in cron/hosting.feature.cron.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.

... See full list

File

./hosting.features.inc, line 15
Include for functionality related to Hosting module features.

Code

define('HOSTING_FEATURE_ENABLED', 1);