crm_core_match.routing.yml in CRM Core 8.2
Same filename and directory in other branches
modules/crm_core_match/crm_core_match.routing.yml
2 string references to YAML keys in crm_core_match.routing.yml
- crm_core_match_help in modules/
crm_core_match/ crm_core_match.module - Implements hook_help().
- MatcherForm::submitForm in modules/
crm_core_match/ src/ Form/ MatcherForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
File
modules/crm_core_match/crm_core_match.routing.ymlView source
- 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