- Issue created by @akalam
- Merge request !183Issue #3514980: Add parent_bundle field to the d7_field_collection_item migrate source → (Open) created by akalam
The fields are reusable in Drupal 7. This includes field collections, so a single field collection could be reused across different entity bundles, like different content types for example.
Would be extremely useful to add the parent_bundle field to the source plugin d7_field_collection_item, so migrations can filter by the bundle where the field collection is attached to.
Add the bundle column of the field_revision_FIELD_NAME table as a new source property called "parent_bundle", in the same way as the parent_entity and the parent_id source properties are set
Active
1.0
Code