migrate_plus.migration.d7_node_evenement.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. uuid: c5be4497-3534-4b2d-a962-8ff469086c65
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: MS8tsr-1_51NXldBPGyjMyJ0FirHg8jPH3btyD9bWbM
  7. id: d7_node_evenement
  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: 'Node evenement'
  17. source:
  18. plugin: d7_node_evenement
  19. batch_size: 500
  20. process:
  21. type:
  22. plugin: default_value
  23. default_value: evenement
  24. created: created
  25. changed: changed
  26. uid:
  27. plugin: default_value
  28. default_value: 34
  29. title: title
  30. field_programme:
  31. plugin: sub_process
  32. source: field_programme
  33. process:
  34. target_id:
  35. plugin: migration_lookup
  36. migration: d7_node_programme
  37. source: nid
  38. no_stub: true
  39. field_theme:
  40. plugin: migration_lookup
  41. migration: d7_node_theme
  42. source: field_theme
  43. no_stub: true
  44. field_projet:
  45. plugin: migration_lookup
  46. migration: d7_node_projet
  47. source: field_projet
  48. no_stub: true
  49. field_sous_titre: field_popsu_colloque_subtitle
  50. field_intro:
  51. plugin: sub_process
  52. source: field_popsu_colloque_subtitle2
  53. process:
  54. value: value
  55. summary: summary
  56. format:
  57. plugin: default_value
  58. default_value: wysiwyg
  59. body:
  60. plugin: sub_process
  61. source: body
  62. process:
  63. value: value
  64. summary: summary
  65. format:
  66. plugin: default_value
  67. default_value: wysiwyg
  68. field_image:
  69. plugin: sub_process
  70. source: field_popsu_colloque_imageintro
  71. process:
  72. target_id:
  73. plugin: migration_lookup
  74. migration: d7_allpublicfiles
  75. source: fid
  76. no_stub: true
  77. alt: alt
  78. title: title
  79. field_ressources_liees:
  80. plugin: migration_lookup
  81. migration: d7_node_ressource
  82. source: field_ressource
  83. no_stub: true
  84. field_evenements_liees:
  85. plugin: migration_lookup
  86. migration: d7_node_evenement
  87. source: field_evenement
  88. no_stub: true
  89. field_memo: field_memo
  90. destination:
  91. plugin: 'entity:node'
  92. migration_dependencies:
  93. required:
  94. - d7_allpublicfiles