Features Conflict Resolver

Component ID

1829450

Component name

Features Conflict Resolver

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Features Conflict Resolver allows to automatically or semi-automatically resolve features conflicts by moving them to a neutral feature.

Currently you need custom code to make this work as this is just a first version:

  $cmap = features_conflict_resolver_get_cmap();
   foreach ($cmap as $item) {
    features_conflict_resolver_create_feature($item);
    features_conflict_resolver_update_feature($item);
  }

This work has been conducted by Trellon.