You are here

contact_category.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/contact/migrations/contact_category.yml
core/modules/contact/migrations/contact_category.yml

File

core/modules/contact/migrations/contact_category.yml
View source
  1. id: contact_category
  2. label: Contact category configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: contact_category
  9. process:
  10. id:
  11. -
  12. plugin: machine_name
  13. source: category
  14. -
  15. plugin: make_unique_entity_field
  16. entity_type: contact_form
  17. field: id
  18. length: 30
  19. label: category
  20. recipients: recipients
  21. reply: reply
  22. weight: weight
  23. destination:
  24. plugin: entity:contact_form