migrate_plus.migration.d7_node_theme.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. uuid: 76257738-6915-4128-95f7-933ff4889c8d
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: EdOWxg1l0qLqF0X4TENlfvyXrFipLu0vXvDh9P8sr4A
  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. high_water_property:
  21. name: changed
  22. alias: 'n'
  23. process:
  24. type:
  25. plugin: default_value
  26. default_value: theme
  27. created: created
  28. changed: changed
  29. uid:
  30. plugin: default_value
  31. default_value: 34
  32. title: title
  33. field_programme:
  34. plugin: migration_lookup
  35. migration: d7_node_programme
  36. source: programme
  37. no_stub: true
  38. field_image:
  39. plugin: sub_process
  40. source: images
  41. process:
  42. target_id:
  43. plugin: migration_lookup
  44. migration: d7_allpublicfiles
  45. source: fid
  46. no_stub: true
  47. alt: alt
  48. title: title
  49. field_type_de_theme:
  50. plugin: migration_lookup
  51. migration: d7_taxonomy_term_type_theme
  52. source: field_popsu_themtrans_type
  53. no_stub: true
  54. field_themes_lies:
  55. plugin: sub_process
  56. source: field_themes_lies
  57. process:
  58. target_id:
  59. plugin: migration_lookup
  60. migration: d7_node_theme
  61. source: nid
  62. field_projets_lies:
  63. plugin: sub_process
  64. source: field_projets_lies
  65. process:
  66. target_id:
  67. plugin: migration_lookup
  68. migration: d7_node_projet
  69. source: nid
  70. field_textes: field_textes
  71. destination:
  72. plugin: 'entity:node'
  73. migration_dependencies:
  74. required:
  75. - d7_allpublicfiles
  76. - d7_users
  77. - d7_taxonomy_term_type_theme