constant FEATURES_DEFAULT in Features 6
Same name and namespace in other branches
- 7.2 features.module \FEATURES_DEFAULT
- 7 features.module \FEATURES_DEFAULT
6 uses of FEATURES_DEFAULT
- drush_features_list in ./
features.drush.inc - Get a list of all feature modules.
- FeaturesUserTestCase::test in tests/
features.test - Run test.
- features_admin_form in ./
features.admin.inc - admin/build/features page callback.
- features_detect_overrides in ./
features.export.inc - Detect differences between DB and code components of a feature.
- features_get_component_states in ./
features.export.inc - Retrieve an array of features/components and their current states.
File
- ./
features.module, line 15 - 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_DEFAULT', 0);