You are here

cer.routing.yml in Corresponding Entity References 8.4

File

cer.routing.yml
View source
  1. entity.corresponding_reference.collection:
  2. path: '/admin/config/content/cer'
  3. defaults:
  4. _entity_list: 'corresponding_reference'
  5. _title: 'Corresponding references'
  6. requirements:
  7. _permission: 'administer cer'
  8. entity.corresponding_reference.add_form:
  9. path: '/admin/config/content/cer/add'
  10. defaults:
  11. _entity_form: 'corresponding_reference.add'
  12. _title: 'Add corresponding reference'
  13. requirements:
  14. _permission: 'administer cer'
  15. entity.corresponding_reference.edit_form:
  16. path: '/admin/config/content/cer/{corresponding_reference}'
  17. defaults:
  18. _entity_form: 'corresponding_reference.edit'
  19. _title: 'Edit corresponding reference'
  20. requirements:
  21. _permission: 'administer cer'
  22. entity.corresponding_reference.delete_form:
  23. path: '/admin/config/content/cer/{corresponding_reference}/delete'
  24. defaults:
  25. _entity_form: 'corresponding_reference.delete'
  26. _title: 'Delete corresponding reference'
  27. requirements:
  28. _permission: 'administer cer'
  29. entity.corresponding_reference.sync_form:
  30. path: '/admin/config/content/cer/{corresponding_reference}/sync'
  31. defaults:
  32. _entity_form: 'corresponding_reference.sync'
  33. _title: 'Synchronize corresponding reference'
  34. requirements:
  35. _permission: 'administer cer'