You are here

select2.routing.yml in Select 2 8

File

select2.routing.yml
View source
  1. select2.entity_autocomplete:
  2. path: '/select2_autocomplete/{target_type}/{selection_handler}/{selection_settings_key}'
  3. defaults:
  4. _controller: '\Drupal\select2\Controller\EntityAutocompleteController::handleAutocomplete'
  5. requirements:
  6. # We are calculating a hash for every request in the widget.
  7. _access: 'TRUE'