You are here

existing_values_autocomplete_widget.routing.yml in Existing Values Autocomplete Widget 2.x

Same filename and directory in other branches
  1. 8 existing_values_autocomplete_widget.routing.yml

File

existing_values_autocomplete_widget.routing.yml
View source
  1. existing_values_autocomplete_widget.autocomplete:
  2. path: '/existing-values/autocomplete/{field_name}/{count}/{entity_type_id}'
  3. defaults:
  4. _controller: '\Drupal\existing_values_autocomplete_widget\Controller\AutocompleteController::handleAutocomplete'
  5. _title: 'Handle Autocomplete of text fields with existing values'
  6. _format: json
  7. field_name: NULL
  8. count: 15
  9. entity_type_id: NULL
  10. requirements:
  11. _permission: 'administer nodes'