migrate_plus.migration.d7_taxonomy_term_type_theme.yml 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. uuid: 5702253f-585d-4097-b2bc-5a602c2d2dfd
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: 8WKuGBlZ5qPBjASOe5KMfJVNAdp2h7h-cu46cvt-Q-s
  7. id: d7_taxonomy_term_type_theme
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Popsu
  15. migration_group: popsu
  16. label: 'Taxonomy terms Type de theme'
  17. source:
  18. plugin: d7_taxoterm_typetheme
  19. bundle: popsu_themtrans
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: types_de_theme
  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_type_theme
  36. parent:
  37. plugin: default_value
  38. default_value: 0
  39. source: '@parent_id'
  40. changed: timestamp
  41. destination:
  42. plugin: 'entity:taxonomy_term'
  43. migration_dependencies: null