constant FEATURES_DEFAULTS_INCLUDED_COMMON in Features 6
Same name and namespace in other branches
- 7.2 features.module \FEATURES_DEFAULTS_INCLUDED_COMMON
- 7 features.module \FEATURES_DEFAULTS_INCLUDED_COMMON
Components with this 'default_file' flag will have exports written to the common defaults file 'MODULENAME.features.inc'. This is the default behavior.
File
- ./
features.module, line 30 - 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_DEFAULTS_INCLUDED_COMMON', 0);