You are here

farm_quick.routing.yml in farmOS 2.x

modules/core/quick/farm_quick.routing.yml

File

modules/core/quick/farm_quick.routing.yml
View source
  1. farm.quick:
  2. path: '/quick'
  3. defaults:
  4. _controller: '\Drupal\farm_quick\Controller\QuickFormController::index'
  5. _title: 'Quick forms'
  6. requirements:
  7. _permission: 'view quick forms index'
  8. route_callbacks:
  9. - 'plugin.manager.quick_form:getRoutes'