You are here

migrate.migration.d6_support_ticket_comment.yml in Support Ticketing System 8

modules/support_ticket/config/optional/migrate.migration.d6_support_ticket_comment.yml

File

modules/support_ticket/config/optional/migrate.migration.d6_support_ticket_comment.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - migrate.migration.d6_filter_format
  6. - migrate.migration.d6_support_ticket
  7. - migrate.migration.d6_user
  8. module:
  9. - comment
  10. - support_ticket
  11. id: d6_support_ticket_comment
  12. migration_tags:
  13. - 'Drupal 6'
  14. label: 'Drupal 6 support ticket comments'
  15. source:
  16. plugin: d6_comment
  17. constants:
  18. entity_type: support_ticket
  19. field_name: field_ticket_update
  20. comment_type: support_ticket_update
  21. process:
  22. cid: cid
  23. pid:
  24. plugin: migration
  25. migration: d6_comment
  26. source: pid
  27. entity_id: nid
  28. entity_type: constants/entity_type
  29. field_name: constants/field_name
  30. comment_type: constants/comment_type
  31. subject: subject
  32. uid: uid
  33. name: name
  34. mail: mail
  35. homepage: homepage
  36. hostname: hostname
  37. created: timestamp
  38. changed: timestamp
  39. status: status
  40. thread: thread
  41. comment_body/value: comment
  42. comment_body/format:
  43. plugin: migration
  44. migration: d6_filter_format
  45. source: format
  46. destination:
  47. plugin: 'entity:comment'
  48. template: null
  49. migration_dependencies:
  50. required:
  51. - d6_support_ticket
  52. - d6_user
  53. - d6_filter_format
  54. migration_group: null