d6_taxonomy_vocabulary_translation.yml in Drupal 9
Same filename and directory in other branches
core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
File
core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.ymlView source
- id: d6_taxonomy_vocabulary_translation
- label: Taxonomy vocabularies
- migration_tags:
- - Drupal 6
- - Configuration
- - Multilingual
- source:
- plugin: d6_taxonomy_vocabulary_translation
- process:
- vid:
- -
- plugin: machine_name
- source: name
- -
- plugin: substr
- length: 30
- langcode: language
- property:
- plugin: static_map
- source: property
- map:
- name: name
- description: description
- translation: translation
- destination:
- plugin: entity:taxonomy_vocabulary
- destination_module: config_translation
- migration_dependencies:
- required:
- - d6_taxonomy_vocabulary
- - language