You are here

d7_entity_reference_translation.yml in Drupal 10

core/modules/content_translation/migrations/d7_entity_reference_translation.yml

File

core/modules/content_translation/migrations/d7_entity_reference_translation.yml
View source
  1. id: d7_entity_reference_translation
  2. label: Entity reference translations
  3. migration_tags:
  4. - Drupal 7
  5. - Multilingual
  6. - Follow-up migration
  7. deriver: Drupal\migrate_drupal\Plugin\migrate\EntityReferenceTranslationDeriver
  8. provider:
  9. - content_translation
  10. - migrate_drupal
  11. # Supported target types for entity reference translation migrations. The array
  12. # keys are the supported target types and the values are arrays of migrations
  13. # to lookup for the translated entity IDs.
  14. target_types:
  15. node:
  16. - d7_node_translation
  17. - d7_node_complete
  18. # The source plugin will be set by the deriver.
  19. source:
  20. plugin: empty
  21. key: default
  22. target: default
  23. # The process pipeline will be set by the deriver.
  24. process: []
  25. # The destination plugin will be set by the deriver.
  26. destination:
  27. plugin: null
  28. migration_dependencies:
  29. required:
  30. - language