12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- edlp_search.edlp_search_controller_searchForm:
- path: '/edlp_search/searchform'
- defaults:
- _controller: '\Drupal\edlp_search\Controller\EdlpSearchController::searchForm'
- _title: 'Search Form'
- requirements:
- _permission: 'access content'
- edlp_search.edlp_search_controller_searchForm_ajax:
- path: '/edlp_search/searchform/ajax'
- defaults:
- _controller: '\Drupal\edlp_search\Controller\EdlpSearchController::searchFormJson'
- _title: 'Search Form'
- requirements:
- _permission: 'access content'
- edlp_search.edlp_search_controller_autocomplete:
- path: '/edlp_search/searchform/autocomplete'
- defaults:
- _controller: '\Drupal\edlp_search\Controller\EdlpSearchController::autocomplete'
- _title: 'Autocomplete'
- requirements:
- _permission: 'access content'
- edlp_search.edlp_search_controller_search_results:
- path: '/edlp_search/searchresults'
- defaults:
- _controller: '\Drupal\edlp_search\Controller\EdlpSearchController::searchResults'
- _title: 'Search Results'
- requirements:
- _permission: 'access content'
- edlp_search.edlp_search_controller_search_results_ajax:
- path: '/edlp_search/searchresults/ajax'
- defaults:
- _controller: '\Drupal\edlp_search\Controller\EdlpSearchController::searchResultsJson'
- _title: 'Search Results'
- requirements:
- _permission: 'access content'
- edlp_search.edlp_search_form:
- path: '/edlp_search/form/search'
- defaults:
- _form: '\Drupal\edlp_search\Form\EdlpSearchForm'
- _title: 'EdlpSearchForm'
- requirements:
- _access: 'TRUE'
|