You are here

constant FEATURES_DUPLICATES_ALLOWED in Features 7

Same name and namespace in other branches
  1. 6 features.module \FEATURES_DUPLICATES_ALLOWED
  2. 7.2 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
Detect potential conflicts between any features that provide identical components.

File

./features.module, line 64
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);