materio_expo.routing.yml 409 B

1234567891011121314
  1. materio_expo.qr_controller_getfile:
  2. path: '/materio_expo/qr/file/{ref}'
  3. defaults:
  4. _controller: '\Drupal\materio_expo\Controller\QRController::getfile'
  5. # _title: 'Get File'
  6. requirements:
  7. _permission: 'access content'
  8. materio_expo.get_email:
  9. path: '/materio_expo/qr/form/{ref}'
  10. defaults:
  11. _form: '\Drupal\materio_expo\Form\GetEmail'
  12. # _title: ''
  13. requirements:
  14. _access: 'TRUE'