d6_term_node.yml 570 B

1234567891011121314151617181920212223242526
  1. id: d6_term_node
  2. label: Term/node relationships
  3. migration_tags:
  4. - Drupal 6
  5. - Content
  6. deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver
  7. source:
  8. plugin: d6_term_node
  9. process:
  10. nid:
  11. -
  12. plugin: migration_lookup
  13. migration: d6_node
  14. source: nid
  15. -
  16. plugin: skip_on_empty
  17. method: row
  18. type: type
  19. # The actual field name is dynamic and will be added by the builder.
  20. destination:
  21. plugin: entity:node
  22. migration_dependencies:
  23. required:
  24. - d6_vocabulary_entity_display
  25. - d6_vocabulary_entity_form_display
  26. - d6_node