You are here

select2_facets.routing.yml in Select 2 8

modules/select2_facets/select2_facets.routing.yml

File

modules/select2_facets/select2_facets.routing.yml
View source
  1. select2_facets.facet_autocomplete:
  2. path: '/select2_facets_autocomplete/{facetsource_id}/{facet_id}/{selection_settings_key}'
  3. defaults:
  4. _controller: '\Drupal\select2_facets\Controller\FacetApiAutocompleteController::handleAutocomplete'
  5. requirements:
  6. # We are calculating a hash for every request in the widget.
  7. _access: 'TRUE'