You are here

d7_comment.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/comment/migration_templates/d7_comment.yml
core/modules/comment/migration_templates/d7_comment.yml

File

core/modules/comment/migration_templates/d7_comment.yml
View source
  1. id: d7_comment
  2. label: Comments
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_comment
  7. constants:
  8. entity_type: node
  9. process:
  10. cid: cid
  11. pid:
  12. plugin: migration
  13. migration: d7_comment
  14. source: pid
  15. entity_id: nid
  16. entity_type: 'constants/entity_type'
  17. comment_type: comment_type
  18. field_name: comment_type
  19. subject: subject
  20. uid: uid
  21. name: name
  22. mail: mail
  23. homepage: homepage
  24. hostname: hostname
  25. created: created
  26. changed: changed
  27. status: status
  28. thread: thread
  29. comment_body: comment_body
  30. destination:
  31. plugin: entity:comment
  32. migration_dependencies:
  33. required:
  34. - d7_node:*
  35. - d7_comment_type