constant FEATURES_DISABLED in Features 7
Same name and namespace in other branches
- 6 features.module \FEATURES_DISABLED
- 7.2 features.module \FEATURES_DISABLED
1 use of FEATURES_DISABLED
- features_admin_form in ./
features.admin.inc - Form constructor for the features configuration form.
File
- ./
features.module, line 23 - 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_DISABLED', 5);