migrate_plus.migration.d6_edlp_pages.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. uuid: 55d877db-4f01-43dc-b0ea-2890802ac0c1
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: d6_edlp_pages
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: d6_edlp
  12. label: 'Edlp Drupal 6 page'
  13. source:
  14. plugin: d6_edlp_pages
  15. node_type: page
  16. process:
  17. type:
  18. plugin: default_value
  19. default_value: page
  20. langcode:
  21. plugin: default_value
  22. source: language
  23. default_value: und
  24. title:
  25. -
  26. plugin: get
  27. source: title
  28. -
  29. plugin: skip_on_empty
  30. method: row
  31. uid:
  32. -
  33. plugin: migration_lookup
  34. migration: d6_edlp_users
  35. source: node_uid
  36. -
  37. plugin: default_value
  38. default_value: 1
  39. created: created
  40. changed: changed
  41. promote: promote
  42. sticky: sticky
  43. revision_uid: revision_uid
  44. revision_log: log
  45. revision_timestamp: timestamp
  46. body/value: body
  47. body/format:
  48. plugin: default_value
  49. default_value: wysiwyg
  50. field_entrees:
  51. plugin: migration_lookup
  52. migration: d6_edlp_entrees
  53. source: entrees
  54. field_page_type:
  55. plugin: migration_lookup
  56. migration: d6_edlp_pagetype
  57. source: page_type
  58. field_son:
  59. plugin: migration_lookup
  60. migration: d6_edlp_allfiles
  61. source: sons_fid
  62. field_visuel:
  63. plugin: migration_lookup
  64. migration: d6_edlp_allfiles
  65. source: visuels_fid
  66. status:
  67. plugin: static_map
  68. source: workflow
  69. map:
  70. 1: 0
  71. 2: 0
  72. 3: 1
  73. 4: 1
  74. destination:
  75. plugin: 'entity:node'
  76. migration_dependencies:
  77. required:
  78. - d6_edlp_users
  79. - d6_edlp_entrees
  80. - d6_edlp_pagetype
  81. - d6_edlp_allfiles