d7_node_revision.yml 730 B

123456789101112131415161718192021222324252627282930313233
  1. id: d7_node_revision
  2. label: Node revisions
  3. audit: true
  4. migration_tags:
  5. - Drupal 7
  6. - Content
  7. deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
  8. source:
  9. plugin: d7_node_revision
  10. process:
  11. # If you are using this file to build a custom migration consider removing
  12. # the nid and vid fields to allow incremental migrations.
  13. nid: nid
  14. vid: vid
  15. langcode:
  16. plugin: default_value
  17. source: language
  18. default_value: "und"
  19. title: title
  20. uid: node_uid
  21. status: status
  22. created: created
  23. changed: changed
  24. promote: promote
  25. sticky: sticky
  26. revision_uid: revision_uid
  27. revision_log: log
  28. revision_timestamp: timestamp
  29. destination:
  30. plugin: entity_revision:node
  31. migration_dependencies:
  32. required:
  33. - d7_node