You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
748 B
24 lines
748 B
3 years ago
|
roblib_ill.settings:
|
||
|
path: 'admin/settings/roblibill'
|
||
|
defaults:
|
||
|
_form: '\Drupal\upei_roblib_ill\Form\RoblibIllSettingsForm'
|
||
|
_title: 'Roblib ILL Settings Form'
|
||
|
requirements:
|
||
|
_permission: 'administer site configuration'
|
||
|
|
||
|
roblib_ill.loan_form:
|
||
|
path: 'upei/roblib/ill/{parameters}'
|
||
|
defaults:
|
||
|
_form: '\Drupal\upei_roblib_ill\Form\RoblibIllLoanForm'
|
||
|
_title: 'Roblib ILL Loan Form'
|
||
|
parameters: '[a-zA-Z\s]+'
|
||
|
requirements:
|
||
|
_permission: 'access content'
|
||
|
|
||
|
roblib_ill.loan_form_finished:
|
||
|
path: 'upei/roblib/ill/finished'
|
||
|
defaults:
|
||
|
_controller: '\Drupal\upei_roblib_ill\Controller\RoblibIllController::finished'
|
||
|
_title: 'Inter Library Loan Completed'
|
||
|
requirements:
|
||
|
_permission: 'access content'
|