constant FEATURES_CONFLICT in Features 7
Same name and namespace in other branches
- 6 features.module \FEATURES_CONFLICT
- 7.2 features.module \FEATURES_CONFLICT
3 uses of FEATURES_CONFLICT
- features_admin_components in ./
features.admin.inc - Display the components of a feature.
- features_admin_form in ./
features.admin.inc - Form constructor for the features configuration form.
- template_preprocess_features_admin_components in theme/
theme.inc - Display feature component info
File
- ./
features.module, line 22 - 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_CONFLICT', 4);