crm_core-8.x-3.x-dev/modules/crm_core_match/crm_core_match.routing.yml
modules/crm_core_match/crm_core_match.routing.yml
entity.crm_core_match.collection:
path: '/admin/config/crm-core/match'
defaults:
_entity_list: 'crm_core_match'
_title: 'Matchers'
requirements:
_permission: 'administer matchers'
entity.crm_core_match.add_form:
path: '/admin/config/crm-core/match/add'
defaults:
_entity_form: 'crm_core_match.add'
_title: 'Add Matcher'
requirements:
_entity_create_access: crm_core_match
entity.crm_core_match.edit_form:
path: '/admin/config/crm-core/match/{crm_core_match}'
defaults:
_entity_form: 'crm_core_match.edit'
_title_callback: 'Drupal\crm_core_match\Controller\MatcherController::editTitle'
requirements:
_entity_access: crm_core_match.update
entity.crm_core_match.delete_form:
path: '/admin/config/crm-core/match/{crm_core_match}/delete'
defaults:
_entity_form: 'crm_core_match.delete'
requirements:
_entity_access: crm_core_match.delete
