Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_vocabulary_field.yml
1 id: d6_vocabulary_field
2 label: Vocabulary field configuration
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_taxonomy_vocabulary
7   constants:
8     entity_type: node
9     type: entity_reference
10     target_entity_type: taxonomy_term
11 process:
12   entity_type: 'constants/entity_type'
13   type: 'constants/type'
14   field_name:
15     -
16       plugin: migration_lookup
17       migration: d6_taxonomy_vocabulary
18       source: vid
19     -
20       plugin: skip_on_empty
21       method: row
22   'settings/target_type': 'constants/target_entity_type'
23   cardinality: cardinality
24 destination:
25   plugin: entity:field_storage_config
26   dependencies:
27     module:
28       - entity_reference
29 migration_dependencies:
30   required:
31     - d6_taxonomy_vocabulary