d7_node_revision.yml 706 B

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