d6_term_node_revision.yml 580 B

1234567891011121314151617181920212223242526
  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: d6_node_revision
  15. source: vid
  16. -
  17. plugin: skip_on_empty
  18. method: row
  19. type: type
  20. # The actual field name is dynamic and will be added by the builder.
  21. destination:
  22. plugin: entity_revision:node
  23. migration_dependencies:
  24. required:
  25. - d6_term_node
  26. - d6_node_revision