constant FEATURES_DUPLICATES_CONFLICT in Features 7
Same name and namespace in other branches
- 6 features.module \FEATURES_DUPLICATES_CONFLICT
- 7.2 features.module \FEATURES_DUPLICATES_CONFLICT
Components with this 'duplicates' flag may not have multiple features provide the same component key in their info files. This is the default behavior.
File
- ./
features.module, line 58 - 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_DUPLICATES_CONFLICT', 0);