You are here

d6_book.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/book/migration_templates/d6_book.yml
core/modules/book/migration_templates/d6_book.yml

File

core/modules/book/migration_templates/d6_book.yml
View source
  1. id: d6_book
  2. label: Books
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: d6_book
  7. process:
  8. nid: nid
  9. 'book/bid': bid
  10. 'book/weight': weight
  11. 'book/pid':
  12. -
  13. plugin: skip_on_empty
  14. method: process
  15. source: plid
  16. -
  17. plugin: migration
  18. migration: d6_book
  19. destination:
  20. plugin: book
  21. migration_dependencies:
  22. required:
  23. - d6_node:*