You are here

d7_course.yml in Course 3.x

modules/course_migrate/migrations/d7_course.yml

File

modules/course_migrate/migrations/d7_course.yml
View source
  1. id: d7_course
  2. label: Course
  3. migration_tags:
  4. - Drupal 7
  5. - Course
  6. deriver: \Drupal\course_migrate\Plugin\migrate\D7CourseDeriver
  7. source:
  8. plugin: d7_course
  9. batch_size: 10000
  10. process:
  11. uid:
  12. -
  13. plugin: migration_lookup
  14. migration: d7_user
  15. source: uid
  16. type: type
  17. outline: outline
  18. title: title
  19. created: created
  20. changed: changed
  21. cid: nid
  22. destination:
  23. plugin: entity:course
  24. migration_dependencies:
  25. required:
  26. - d7_user