You are here

mandrill_template.routing.yml in Mandrill 8

modules/mandrill_template/mandrill_template.routing.yml

File

modules/mandrill_template/mandrill_template.routing.yml
View source
  1. mandrill_template.admin:
  2. path: '/admin/config/services/mandrill/templates'
  3. defaults:
  4. _entity_list: 'mandrill_template_map'
  5. _title: 'Mandrill Template Maps'
  6. requirements:
  7. _permission: 'configure mandrill templates'
  8. _mandrill_configuration_access_check: 'TRUE'
  9. mandrill_template.add:
  10. path: '/admin/config/services/mandrill/templates/add'
  11. defaults:
  12. _entity_form: 'mandrill_template_map.add'
  13. _title: 'Add Mandrill Template Map'
  14. requirements:
  15. _permission: 'configure mandrill templates'
  16. entity.mandrill_template_map.edit_form:
  17. path: '/admin/config/services/mandrill/templates/{mandrill_template_map}'
  18. defaults:
  19. _entity_form: 'mandrill_template_map.edit'
  20. _title: 'Edit Mandrill Template Map'
  21. requirements:
  22. _permission: 'configure mandrill templates'
  23. entity.mandrill_template_map.delete_form:
  24. path: '/admin/config/services/mandrill/templates/{mandrill_template_map}/delete'
  25. defaults:
  26. _entity_form: 'mandrill_template_map.delete'
  27. _title: 'Delete Mandrill Map'
  28. requirements:
  29. _permission: 'configure mandrill templates'