migrate_plus.migration.d7_taxonomy_term_thesaurus.yml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. uuid: b624ff13-d668-41dc-87f5-8aed6df7c8b9
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: 55XmBttIA63YE74GI20R9E_synOOR7E6yObM-HVGKSw
  7. id: d7_taxonomy_term_thesaurus
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Materio
  15. migration_group: d7_materio
  16. label: 'Taxonomy terms Thesaurus'
  17. source:
  18. plugin: d7_taxonomy_term_thesaurus
  19. bundle: onthologie
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: thesaurus
  24. name: name
  25. description/value: description
  26. description/format: format
  27. weight: weight
  28. parent_id:
  29. -
  30. plugin: skip_on_empty
  31. method: process
  32. source: parent
  33. -
  34. plugin: migration_lookup
  35. migration: d7_taxonomy_term_thesaurus
  36. parent:
  37. plugin: default_value
  38. default_value: 0
  39. source: '@parent_id'
  40. changed: timestamp
  41. field_synonyms: synonyms_synonym
  42. field_used_on_advanced_search: field_used_on_advanced_search
  43. destination:
  44. plugin: 'entity:taxonomy_term'
  45. migration_dependencies: null