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

Breadcrumb

  1. Drupal Core 11.1.x

d6_term_node_revision.yml

core/modules/taxonomy/migrations/d6_term_node_revision.yml

File

core/modules/taxonomy/migrations/d6_term_node_revision.yml

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

API Navigation

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