You are here

d6_taxonomy_vocabulary_translation.yml in Drupal 8

core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml

File

core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml
View source
  1. id: d6_taxonomy_vocabulary_translation
  2. label: Taxonomy vocabularies
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. - Multilingual
  7. source:
  8. plugin: d6_taxonomy_vocabulary_translation
  9. process:
  10. vid:
  11. -
  12. plugin: machine_name
  13. source: name
  14. -
  15. plugin: substr
  16. length: 30
  17. langcode: language
  18. property:
  19. plugin: static_map
  20. source: property
  21. map:
  22. name: name
  23. description: description
  24. translation: translation
  25. destination:
  26. plugin: entity:taxonomy_vocabulary
  27. destination_module: config_translation
  28. migration_dependencies:
  29. required:
  30. - d6_taxonomy_vocabulary