migrate_plus.migration.upgrade_d6_node_translation_home.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. uuid: fb2d0914-1fd3-460a-9974-73afb657ad76
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_translation_home
  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: 'Node translations (home)'
  13. source:
  14. plugin: d6_node
  15. translations: true
  16. source_module: translation
  17. node_type: home
  18. process:
  19. nid: tnid
  20. type: type
  21. langcode:
  22. plugin: default_value
  23. source: language
  24. default_value: und
  25. title: title
  26. uid: node_uid
  27. status: status
  28. created: created
  29. changed: changed
  30. promote: promote
  31. sticky: sticky
  32. body/format:
  33. plugin: migration_lookup
  34. migration: upgrade_d6_filter_format
  35. source: format
  36. body/value: body
  37. body/summary: teaser
  38. revision_uid: revision_uid
  39. revision_log: log
  40. revision_timestamp: timestamp
  41. content_translation_source: source_langcode
  42. destination:
  43. plugin: 'entity:node'
  44. translations: true
  45. destination_module: content_translation
  46. default_bundle: home
  47. migration_dependencies:
  48. required:
  49. - upgrade_d6_user
  50. - upgrade_d6_node_type
  51. - upgrade_d6_node_settings
  52. - upgrade_d6_filter_format
  53. - upgrade_language
  54. - upgrade_d6_node_home
  55. optional:
  56. - upgrade_d6_field_instance_widget_settings
  57. - upgrade_d6_field_formatter_settings
  58. - upgrade_d6_upload_field_instance