You are here

constant FEATURES_DUPLICATES_ALLOWED in Features 7.2

Same name and namespace in other branches
  1. 6 features.module \FEATURES_DUPLICATES_ALLOWED
  2. 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.

3 uses of FEATURES_DUPLICATES_ALLOWED
ctools_features_api in includes/features.ctools.inc
Implements hook_features_api().
features_features_api in includes/features.features.inc
Implements hook_features_api().
features_get_conflicts in ./features.module
Detects potential conflicts between features that provide the same items.

File

./features.module, line 64
Main *.module file for the 'features' module.

Code

define('FEATURES_DUPLICATES_ALLOWED', 1);