Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal