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