d6_book.yml

Same filename in other branches
  1. 9 core/modules/book/migrations/d6_book.yml
  2. 8.9.x core/modules/book/migrations/d6_book.yml
  3. 10 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. # cspell:ignore plid
  2. id: d6_book
  3. label: Books
  4. migration_tags:
  5. - Drupal 6
  6. - Content
  7. source:
  8. plugin: book
  9. process:
  10. nid: nid
  11. 'book/bid': bid
  12. 'book/weight': weight
  13. 'book/pid':
  14. -
  15. plugin: skip_on_empty
  16. method: process
  17. source: plid
  18. -
  19. plugin: migration_lookup
  20. migration: d6_book
  21. destination:
  22. plugin: book
  23. migration_dependencies:
  24. required:
  25. - d6_node

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.