constant FEATURES_OVERRIDDEN in Features 6
Same name and namespace in other branches
- 7.2 features.module \FEATURES_OVERRIDDEN
- 7 features.module \FEATURES_OVERRIDDEN
9 uses of FEATURES_OVERRIDDEN
- drush_features_list in ./
features.drush.inc - Get a list of all feature modules.
- drush_features_revert in ./
features.drush.inc - Revert a feature to it's code definition.
- drush_features_revert_all in ./
features.drush.inc - Revert all enabled features to their definitions in code.
- FeaturesUserTestCase::test in tests/
features.test - Run test.
- features_access_override_actions in ./
features.module - Menu access callback for whether a user should be able to access override actions for a given feature.
File
- ./
features.module, line 16 - 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_OVERRIDDEN', 1);