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
760 B
24 lines
760 B
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: 'Interlibrary Loan Request' |
|
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: 'Interlibrary Loan Request Completed' |
|
requirements: |
|
_permission: 'access content' |