migrate_plus.migration.d7_taxonomy_term_tags.yml 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. uuid: 71bb63f1-e6bf-42dc-aa09-305be7533901
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. id: d7_taxonomy_term_tags
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 7'
  11. - Content
  12. - Materio
  13. migration_group: d7_materio
  14. label: 'Taxonomy terms Tags'
  15. source:
  16. plugin: d7_taxonomy_term_tags
  17. bundle: tag_libres
  18. process:
  19. vid:
  20. plugin: default_value
  21. default_value: tags
  22. name: name
  23. description/value: description
  24. description/format: format
  25. weight: weight
  26. parent_id:
  27. -
  28. plugin: skip_on_empty
  29. method: process
  30. source: parent
  31. -
  32. plugin: migration_lookup
  33. migration: d7_taxonomy_term_tags
  34. parent:
  35. plugin: default_value
  36. default_value: 0
  37. source: '@parent_id'
  38. changed: timestamp
  39. field_synonyms: synonyms_synonym
  40. destination:
  41. plugin: 'entity:taxonomy_term'
  42. migration_dependencies: null