You are here

d6_term_node.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/taxonomy/migration_templates/d6_term_node.yml
core/modules/taxonomy/migration_templates/d6_term_node.yml

File

core/modules/taxonomy/migration_templates/d6_term_node.yml
View source
  1. id: d6_term_node
  2. label: Term/node relationships
  3. migration_tags:
  4. - Drupal 6
  5. builder:
  6. plugin: d6_term_node
  7. source:
  8. plugin: d6_term_node
  9. process:
  10. nid:
  11. -
  12. plugin: migration
  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:*