You are here

crm_core_match.routing.yml in CRM Core 8.2

modules/crm_core_match/crm_core_match.routing.yml

File

modules/crm_core_match/crm_core_match.routing.yml
View source
  1. entity.crm_core_match.collection:
  2. path: '/admin/config/crm-core/match'
  3. defaults:
  4. _entity_list: 'crm_core_match'
  5. _title: 'Matchers'
  6. requirements:
  7. _permission: 'administer matchers'
  8. entity.crm_core_match.add_form:
  9. path: '/admin/config/crm-core/match/add'
  10. defaults:
  11. _entity_form: 'crm_core_match.add'
  12. _title: 'Add Matcher'
  13. requirements:
  14. _entity_create_access: crm_core_match
  15. entity.crm_core_match.edit_form:
  16. path: '/admin/config/crm-core/match/{crm_core_match}'
  17. defaults:
  18. _entity_form: 'crm_core_match.edit'
  19. _title_callback: 'Drupal\crm_core_match\Controller\MatcherController::editTitle'
  20. requirements:
  21. _entity_access: crm_core_match.update
  22. entity.crm_core_match.delete_form:
  23. path: '/admin/config/crm-core/match/{crm_core_match}/delete'
  24. defaults:
  25. _entity_form: 'crm_core_match.delete'
  26. requirements:
  27. _entity_access: crm_core_match.delete