You are here

constant FEATURES_MODULE_DISABLED in Features 6

Same name and namespace in other branches
  1. 7.2 features.module \FEATURES_MODULE_DISABLED
  2. 7 features.module \FEATURES_MODULE_DISABLED
2 uses of FEATURES_MODULE_DISABLED
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 11
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_DISABLED', 0);