constant CONFIGURATION_DUPLICATES_ALLOWED in Configuration Management 7
Components with this 'duplicates' flag are allowed to have multiple features provide the same component key in their info files.
1 use of CONFIGURATION_DUPLICATES_ALLOWED
- ctools_configuration_api in includes/
configuration.ctools.inc - Implements hook_configuration_api().
File
- ./
configuration.module, line 108 - Module file for the configuration module, which enables the capture and management of configuration in Drupal.
Code
define('CONFIGURATION_DUPLICATES_ALLOWED', 1);