migrate_plus.migration.upgrade_d6_node_translation_entree.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. uuid: 46b8d262-5848-456e-9e4a-d3745cf3980c
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_translation_entree
  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 (entree)'
  13. source:
  14. plugin: d6_node
  15. translations: true
  16. source_module: translation
  17. node_type: entree
  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. field_entree: field_entree
  43. destination:
  44. plugin: 'entity:node'
  45. translations: true
  46. destination_module: content_translation
  47. default_bundle: entree
  48. migration_dependencies:
  49. required:
  50. - upgrade_d6_user
  51. - upgrade_d6_node_type
  52. - upgrade_d6_node_settings
  53. - upgrade_d6_filter_format
  54. - upgrade_language
  55. - upgrade_d6_node_entree
  56. optional:
  57. - upgrade_d6_field_instance_widget_settings
  58. - upgrade_d6_field_formatter_settings
  59. - upgrade_d6_upload_field_instance