Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_term_node.yml
1 id: d6_term_node
2 label: Term/node relationships
3 migration_tags:
4   - Drupal 6
5 deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver
6 source:
7   plugin: d6_term_node
8 process:
9   nid:
10     -
11       plugin: migration_lookup
12       migration: d6_node
13       source: nid
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:node
21 migration_dependencies:
22   required:
23     - d6_vocabulary_entity_display
24     - d6_vocabulary_entity_form_display
25     - d6_node