materio-d9/web/modules/custom/materio_expo/materio_expo.routing.yml

18 lines
581 B
YAML
Raw Normal View History

2021-09-07 00:50:12 +02:00
materio_expo.get_email:
path: '/materio_expo/qr/form/{ref}'
defaults:
_form: '\Drupal\materio_expo\Form\GetEmail'
requirements:
_access: 'TRUE'
materio_expo.qr_controller_setcookie:
path: '/materio_expo/qr/cookie/{ref}'
defaults:
_controller: '\Drupal\materio_expo\Controller\QRController::setcookie'
requirements:
_permission: 'access content'
materio_expo.qr_controller_getfile:
path: '/materio_expo/qr/file/{ref}'
defaults:
_controller: '\Drupal\materio_expo\Controller\QRController::getfile'
requirements:
_permission: 'access content'