migrate_plus.migration.d7_taxonomy_term_tags.yml 960 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. uuid: 428aa5dc-ad7b-4e1f-97a4-bb98cc6b45f8
  2. langcode: en
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: ANwnCRB6FgqpsP5cu1RdbPcXBem0E0qSi-7q3RZjmp8
  7. id: d7_taxonomy_term_tags
  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 Tags'
  17. source:
  18. plugin: d7_taxonomy_term_tags
  19. bundle: tag_libres
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: tags
  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_tags
  36. parent:
  37. plugin: default_value
  38. default_value: 0
  39. source: '@parent_id'
  40. changed: timestamp
  41. field_synonyms: synonyms_synonym
  42. destination:
  43. plugin: 'entity:taxonomy_term'
  44. migration_dependencies: null