You are here

d7_eck_bundle.yml in Entity Construction Kit (ECK) 8

migrations/d7_eck_bundle.yml

File

migrations/d7_eck_bundle.yml
View source
  1. id: d7_eck_bundle
  2. label: ECK Entity type bundles
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: d7_eck_entity_bundle
  8. constants:
  9. type: type
  10. process:
  11. name: label
  12. type: name
  13. description: label
  14. entityTypeId:
  15. plugin: concat
  16. source:
  17. - entity_type
  18. - constants/type
  19. delimiter: _
  20. destination:
  21. plugin: entity:eck_entity_bundle
  22. migration_dependencies:
  23. required:
  24. - d7_eck_type