mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
10 lines
261 B
YAML
10 lines
261 B
YAML
farm.quick:
|
|
path: '/quick'
|
|
defaults:
|
|
_controller: '\Drupal\farm_quick\Controller\QuickFormController::index'
|
|
_title: 'Quick forms'
|
|
requirements:
|
|
_permission: 'view quick forms index'
|
|
|
|
route_callbacks:
|
|
- 'plugin.manager.quick_form:getRoutes'
|