Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_taxonomy_vocabulary.yml
1 id: d6_taxonomy_vocabulary
2 label: Taxonomy vocabularies
3 migration_tags:
4   - Drupal 6
5 source:
6   plugin: d6_taxonomy_vocabulary
7 process:
8   vid:
9     -
10       plugin: machine_name
11       source: name
12     -
13       plugin: make_unique_entity_field
14       entity_type: taxonomy_vocabulary
15       field: vid
16       length: 32
17       migrated: true
18   label: name
19   name: name
20   description: description
21   hierarchy: hierarchy
22   weight: weight
23 destination:
24   plugin: entity:taxonomy_vocabulary