migrate_plus.migration.d7_taxonomy_term_type_doc.yml 959 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. uuid: 7a786019-2d8d-421c-abf1-ae1a1e314cbc
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: DR4n-aywyhGhgNbB33VfN1yxn9_ePqV0HV9vjt45Gdg
  7. id: d7_taxonomy_term_type_doc
  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 Document'
  17. source:
  18. plugin: d7_taxoterm_typedoc
  19. bundle: popsu_documents_type
  20. process:
  21. vid:
  22. plugin: default_value
  23. default_value: types_de_document
  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_doc
  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