constant FEATURES_DUPLICATES_ALLOWED in Features 6
Same name and namespace in other branches
- 7.2 features.module \FEATURES_DUPLICATES_ALLOWED
- 7 features.module \FEATURES_DUPLICATES_ALLOWED
Components with this 'duplicates' flag are allowed to have multiple features provide the same component key in their info files.
4 uses of FEATURES_DUPLICATES_ALLOWED
- ctools_features_api in includes/
features.ctools.inc - Implementation of hook_features_api().
- features_features_api in includes/
features.features.inc - Implementation of hook_features_api().
- features_get_conflicts in ./
features.module - Detect potential conflicts between any features that provide identical components.
- views_features_api in includes/
features.views.inc - Implementation of hook_features_api().
File
- ./
features.module, line 57 - 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_ALLOWED', 1);