Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_term_node_revision.yml
1 id: d6_term_node_revision
2 label: Term/node relationship revisions
3 migration_tags:
4   - Drupal 6
5 deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver
6 source:
7   plugin: d6_term_node_revision
8 process:
9   vid:
10     -
11       plugin: migration_lookup
12       migration: d6_node
13       source: vid
14     -
15       plugin: skip_on_empty
16       method: row
17   type: type
18   # The actual field name is dynamic and will be added by the builder.
19 destination:
20   plugin: entity_revision:node
21 migration_dependencies:
22   required:
23     - d6_term_node
24     - d6_node_revision