Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / book / migration_templates / d6_book.yml
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_lookup
18       migration: d6_book
19 destination:
20   plugin: book
21 migration_dependencies:
22   required:
23     - d6_node