d7_taxonomy_vocabulary_translation.yml
Same filename in other branches
File
-
core/
modules/ config_translation/ migrations/ d7_taxonomy_vocabulary_translation.yml
View source
- id: d7_taxonomy_vocabulary_translation
- label: Taxonomy vocabulary translations
- migration_tags:
- - Drupal 7
- - Configuration
- - Multilingual
- source:
- plugin: d7_taxonomy_vocabulary_translation
- process:
- vid:
- -
- plugin: migration_lookup
- migration: d7_taxonomy_vocabulary
- source: vid
- -
- plugin: skip_on_empty
- method: row
- langcode: language
- property:
- plugin: static_map
- source: property
- map:
- name: name
- description: description
- translation: translation
- destination:
- plugin: entity:taxonomy_vocabulary
- destination_module: config_translation
- translations: true
- migration_dependencies:
- required:
- - language
- - d7_taxonomy_vocabulary
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.