expo qr code to get visitors email
This commit is contained in:
14
web/modules/custom/materio_expo/materio_expo.routing.yml
Normal file
14
web/modules/custom/materio_expo/materio_expo.routing.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
materio_expo.qr_controller_getfile:
|
||||
path: '/materio_expo/qr/file/{ref}'
|
||||
defaults:
|
||||
_controller: '\Drupal\materio_expo\Controller\QRController::getfile'
|
||||
# _title: 'Get File'
|
||||
requirements:
|
||||
_permission: 'access content'
|
||||
materio_expo.get_email:
|
||||
path: '/materio_expo/qr/form/{ref}'
|
||||
defaults:
|
||||
_form: '\Drupal\materio_expo\Form\GetEmail'
|
||||
# _title: ''
|
||||
requirements:
|
||||
_access: 'TRUE'
|
Reference in New Issue
Block a user