migrate_plus.migration.d7_node_theme.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. uuid: 4130b789-2953-4235-a533-3f8c30564200
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: V-L_tGNdTgcQEXyapB6I9t2Wg7w7xq5RapuQ8kAbE2U
  7. id: d7_node_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: 'Node Theme'
  17. source:
  18. plugin: d7_node_theme
  19. batch_size: 500
  20. process:
  21. type:
  22. plugin: default_value
  23. default_value: theme
  24. created: created
  25. changed: changed
  26. uid:
  27. plugin: default_value
  28. default_value: 34
  29. title: title
  30. field_programme:
  31. plugin: migration_lookup
  32. migration: d7_node_programme
  33. source: programme
  34. no_stub: true
  35. field_image:
  36. plugin: sub_process
  37. source: images
  38. process:
  39. target_id:
  40. plugin: migration_lookup
  41. migration: d7_allpublicfiles
  42. source: fid
  43. no_stub: true
  44. alt: alt
  45. title: title
  46. field_type_de_theme:
  47. plugin: migration_lookup
  48. migration: d7_taxonomy_term_type_theme
  49. source: field_popsu_themtrans_type
  50. no_stub: true
  51. field_themes_lies:
  52. plugin: sub_process
  53. source: field_themes_lies
  54. process:
  55. target_id:
  56. plugin: migration_lookup
  57. migration: d7_node_theme
  58. source: nid
  59. field_projets_lies:
  60. plugin: sub_process
  61. source: field_projets_lies
  62. process:
  63. target_id:
  64. plugin: migration_lookup
  65. migration: d7_node_projet
  66. source: nid
  67. field_textes: field_textes
  68. field_equipes: field_equipes
  69. field_partenaires: field_partenaires
  70. field_memo: field_memo
  71. destination:
  72. plugin: 'entity:node'
  73. migration_dependencies:
  74. required:
  75. - d7_allpublicfiles
  76. - d7_users
  77. - d7_taxonomy_term_type_theme