You are here

constant FEATURES_MODULE_ENABLED in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_MODULE_ENABLED
  2. 7.2 features.module \FEATURES_MODULE_ENABLED
2 uses of FEATURES_MODULE_ENABLED
features_get_module_status in ./features.module
Simple wrapper returns the status of a module.
theme_features_module_status in theme/theme.inc
Themes a module status display.

File

./features.module, line 12
Module file for the features module, which enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together statisfy a certain use-case.

Code

define('FEATURES_MODULE_ENABLED', 1);