You are here

civicrm_entity.routing.yml in CiviCRM Entity 8.3

File

civicrm_entity.routing.yml
View source
  1. civicrm_entity.admin:
  2. path: '/admin/structure/civicrm-entity'
  3. defaults:
  4. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  5. _title: 'CiviCRM Entity'
  6. requirements:
  7. _permission: 'administer civicrm entity'
  8. civicrm_entity.settings:
  9. path: '/admin/structure/civicrm-entity/settings'
  10. defaults:
  11. _form: '\Drupal\civicrm_entity\Form\CivicrmEntitySettings'
  12. _title: 'Settings'
  13. requirements:
  14. _permission: 'administer civicrm entity'