d7_taxonomy_vocabulary.yml
Same filename in other branches
File
-
core/
modules/ taxonomy/ migrations/ d7_taxonomy_vocabulary.yml
View source
- id: d7_taxonomy_vocabulary
- label: Taxonomy vocabularies
- migration_tags:
- - Drupal 7
- - Configuration
- source:
- plugin: d7_taxonomy_vocabulary
- process:
- vid:
- -
- plugin: make_unique_entity_field
- source: machine_name
- entity_type: taxonomy_vocabulary
- field: vid
- length: 30
- migrated: true
- -
- # This plugin checks if the vocabulary being migrated is the one used by
- # Forum. If so, we use the machine name that Forum expects. Otherwise, we
- # leave it unchanged.
- plugin: forum_vocabulary
- machine_name: forums
- label: name
- name: name
- description: description
- weight: weight
- destination:
- plugin: entity:taxonomy_vocabulary
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.