constant FEATURES_DEFAULT in Features 7
Same name and namespace in other branches
- 6 features.module \FEATURES_DEFAULT
- 7.2 features.module \FEATURES_DEFAULT
7 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_components in ./
features.admin.inc - Display the components of a feature.
- features_admin_form in ./
features.admin.inc - Form constructor for the features configuration form.
- features_detect_overrides in ./
features.export.inc - Detect differences between DB and code components of a feature.
File
- ./
features.module, line 18 - 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);