This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/zencrm.routing.yml
naomi a48e37ad39 Changed name of Profile entity to Hat
so as not to conflict with Profile or Profile2 module on existing sites
2018-04-11 12:18:27 +02:00

8 lines
231 B
YAML

zencrm.hat.create:
path: '/zencrm/hat/add/{type}/{person_id}'
defaults:
_controller: '\Drupal\zencrm\Controller\HatController::createHatForPerson'
_title: 'Add New Hat'
requirements:
_permission: 'access content'