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.settings:
|
|
|
|
path: '/admin/config/system/roblib_search'
|
|
|
|
defaults:
|
|
|
|
_form: '\Drupal\roblib_search\Form\RoblibSearchSettingsForm'
|
|
|
|
_title: 'Roblib Search Settings Form'
|
|
|
|
requirements:
|
|
|
|
_permission: 'administer site configuration'
|
|
|
|
|
|
|
|
roblib_search.landing_page:
|
|
|
|
path: '/roblib_search/{query}'
|
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\roblib_search\Controller\RoblibSearchController::searchResults'
|
|
|
|
_title: 'Roblib Search Landing Page'
|
|
|
|
query: '[a-zA-Z\s]+'
|
|
|
|
requirements:
|
|
|
|
_permission: 'access content'
|