Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d7_taxonomy_vocabulary.yml
1 id: d7_taxonomy_vocabulary
2 label: Taxonomy vocabularies
3 migration_tags:
4   - Drupal 7
5 source:
6   plugin: d7_taxonomy_vocabulary
7 process:
8   vid:
9     -
10       plugin: make_unique_entity_field
11       source: machine_name
12       entity_type: taxonomy_vocabulary
13       field: vid
14       length: 32
15       migrated: true
16     -
17       # This plugin checks if the vocabulary being migrated is the one used by
18       # Forum. If so, we use the machine name that Forum expects. Otherwise, we
19       # leave it unchanged.
20       plugin: forum_vocabulary
21       machine_name: forums
22   label: name
23   name: name
24   description: description
25   hierarchy: hierarchy
26   weight: weight
27 destination:
28   plugin: entity:taxonomy_vocabulary