Bento box search with multiple targets
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.
|
|
|
roblib_search_eds.settings:
|
|
|
|
path: '/admin/config/system/roblib_search_eds_settings'
|
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\roblib_search_eds\Form\EdsSettingsForm'
|
|
|
|
_title: 'Roblib Search EDS Settings Form'
|
|
|
|
requirements:
|
|
|
|
_permission: 'administer site configuration'
|
|
|
|
roblib_search_eds.article_search:
|
|
|
|
path: '/roblib_search/eds/articles/{query}'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\roblib_search_eds\Controller\RoblibSearchEdsController::articleResults'
|
|
|
|
_title: 'Roblib Search EDS Articles'
|
|
|
|
query: '[a-zA-Z\s]+'
|
|
|
|
requirements:
|
|
|
|
_permission: 'access content'
|
|
|
|
|
|
|
|
roblib_search_eds.book_search:
|
|
|
|
path: '/roblib_search/eds/book/{query}'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\roblib_search_eds\Controller\RoblibSearchEdsController::bookResults'
|
|
|
|
_title: 'Roblib Search EDS Articles'
|
|
|
|
query: '[a-zA-Z\s]+'
|
|
|
|
requirements:
|
|
|
|
_permission: 'access content'
|
|
|
|
|