constant FEATURES_MODULE_ENABLED in Features 6
Same name and namespace in other branches
- 7.2 features.module \FEATURES_MODULE_ENABLED
- 7 features.module \FEATURES_MODULE_ENABLED
@file 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.
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 10 - 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);