You are here

d6_book.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/book/migrations/d6_book.yml
core/modules/book/migrations/d6_book.yml

File

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