migrate_plus.migration.upgrade_d6_block.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. uuid: c753bc0d-2afe-4551-a18c-807ff5dca454
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_block
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: Blocks
  13. source:
  14. plugin: block
  15. process:
  16. status:
  17. plugin: skip_on_empty
  18. method: row
  19. source: status
  20. id:
  21. plugin: make_unique_entity_field
  22. entity_type: block
  23. field: id
  24. postfix: _
  25. length: 32
  26. source: module
  27. plugin:
  28. -
  29. plugin: static_map
  30. bypass: true
  31. source:
  32. - module
  33. - delta
  34. map:
  35. book:
  36. - book_navigation
  37. comment:
  38. - 'views_block:comments_recent-block_1'
  39. forum:
  40. - forum_active_block
  41. - forum_new_block
  42. locale:
  43. - language_block
  44. node:
  45. - node_syndicate_block
  46. search:
  47. - search_form_block
  48. statistics:
  49. - statistics_popular_block
  50. system:
  51. - system_powered_by_block
  52. user:
  53. - user_login_block
  54. - 'system_menu_block:tools'
  55. - 'views_block:who_s_new-block_1'
  56. - 'views_block:who_s_online-who_s_online_block'
  57. -
  58. plugin: block_plugin_id
  59. -
  60. plugin: skip_on_empty
  61. method: row
  62. theme:
  63. plugin: block_theme
  64. source:
  65. - theme
  66. - default_theme
  67. - admin_theme
  68. region:
  69. plugin: block_region
  70. source:
  71. - theme
  72. - '@theme'
  73. - region
  74. map:
  75. garland:
  76. bartik:
  77. header: header
  78. footer: footer_fifth
  79. left: sidebar_first
  80. right: sidebar_second
  81. default_value: content
  82. weight: weight
  83. settings:
  84. plugin: block_settings
  85. source:
  86. - '@plugin'
  87. - delta
  88. - settings
  89. - title
  90. visibility:
  91. plugin: block_visibility
  92. source:
  93. - visibility
  94. - pages
  95. - roles
  96. skip_php: true
  97. destination:
  98. plugin: 'entity:block'
  99. migration_dependencies:
  100. required:
  101. - upgrade_menu
  102. - upgrade_d6_user_role
  103. optional: { }