migrate_plus.migration.upgrade_d6_node_entree.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. uuid: e07ade2a-75cb-4ffd-a070-d0b1205e24df
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_node_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: 'Nodes (entree)'
  13. source:
  14. plugin: d6_node
  15. node_type: entree
  16. process:
  17. nid: tnid
  18. vid: vid
  19. langcode:
  20. plugin: default_value
  21. source: language
  22. default_value: und
  23. title: title
  24. uid: node_uid
  25. status: status
  26. created: created
  27. changed: changed
  28. promote: promote
  29. sticky: sticky
  30. body/format:
  31. plugin: migration_lookup
  32. migration: upgrade_d6_filter_format
  33. source: format
  34. body/value: body
  35. body/summary: teaser
  36. revision_uid: revision_uid
  37. revision_log: log
  38. revision_timestamp: timestamp
  39. field_entree: field_entree
  40. destination:
  41. plugin: 'entity:node'
  42. default_bundle: entree
  43. migration_dependencies:
  44. required:
  45. - upgrade_d6_user
  46. - upgrade_d6_node_type
  47. - upgrade_d6_node_settings
  48. - upgrade_d6_filter_format
  49. optional:
  50. - upgrade_d6_field_instance_widget_settings
  51. - upgrade_d6_field_formatter_settings
  52. - upgrade_d6_upload_field_instance