You are here

d6_term_node_revision.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/taxonomy/migrations/d6_term_node_revision.yml
core/modules/taxonomy/migrations/d6_term_node_revision.yml

File

core/modules/taxonomy/migrations/d6_term_node_revision.yml
View source
  1. id: d6_term_node_revision
  2. label: Term/node relationship revisions
  3. audit: true
  4. migration_tags:
  5. - Drupal 6
  6. - Content
  7. deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver
  8. source:
  9. plugin: d6_term_node_revision
  10. process:
  11. vid:
  12. -
  13. plugin: migration_lookup
  14. migration:
  15. - d6_node_complete
  16. - d6_node_revision
  17. source: vid
  18. -
  19. plugin: node_complete_node_revision_lookup
  20. -
  21. plugin: skip_on_empty
  22. method: row
  23. type: type
  24. # The actual field name is dynamic and will be added by the builder.
  25. destination:
  26. plugin: entity_revision:node
  27. migration_dependencies:
  28. required:
  29. - d6_term_node
  30. - d6_node_revision