You are here

d6_term_node.yml in Drupal 8

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

File

core/modules/taxonomy/migrations/d6_term_node.yml
View source
  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:
  14. - d6_node_complete
  15. - d6_node
  16. source: nid
  17. -
  18. plugin: node_complete_node_lookup
  19. -
  20. plugin: skip_on_empty
  21. method: row
  22. type: type
  23. # The actual field name is dynamic and will be added by the builder.
  24. destination:
  25. plugin: entity:node
  26. migration_dependencies:
  27. required:
  28. - d6_vocabulary_entity_display
  29. - d6_vocabulary_entity_form_display
  30. - d6_node