migrate_plus.migration.d7_taxonomy_term_thesaurus_i18n.yml 882 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. id: d7_taxonomy_term_thesaurus_i18n
  2. label: Taxonomy terms Thesaurus i18n
  3. migration_group: d7_materio
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. - Materio
  9. deriver: Drupal\taxonomy\Plugin\migrate\D7TaxonomyTermDeriver
  10. source:
  11. plugin: d7_taxonomy_term_thesaurus_i18n
  12. bundle: onthologie
  13. translations: true
  14. destination:
  15. plugin: entity:taxonomy_term
  16. translations: true
  17. process:
  18. # If you are using this file to build a custom migration consider removing
  19. # the tid field to allow incremental migrations.
  20. tid:
  21. plugin: migration
  22. source: tid
  23. migration: d7_taxonomy_term_thesaurus
  24. vid:
  25. plugin: default_value
  26. default_value: thesaurus
  27. langcode: language
  28. name: name
  29. 'description/value': description
  30. 'description/format': format
  31. field_synonyms: synonyms_synonym
  32. migration_dependencies:
  33. required:
  34. - d7_taxonomy_term_thesaurus