You are here

service synonyms.behavior.autocomplete in Synonyms 8

Same name and namespace in other branches
  1. 2.0.x modules/synonyms_autocomplete/synonyms_autocomplete.services.yml \synonyms.behavior.autocomplete

Class

Drupal\synonyms\SynonymsService\Behavior\AutocompleteService

Tags

  • synonyms_behavior
4 string references to synonyms.behavior.autocomplete
AutocompleteService::autocompleteLookup in src/SynonymsService/Behavior/AutocompleteService.php
Execute synonym-friendly lookup of entities by a given keyword.
EntityAutocomplete::create in src/Controller/EntityAutocomplete.php
Instantiates a new instance of this class.
SynonymsEntity::validateArgument in synonyms_views_argument_validator/src/Plugin/views/argument_validator/SynonymsEntity.php
Performs validation for a given argument.
SynonymsEntityAutocomplete::validateEntityAutocomplete in src/Element/SynonymsEntityAutocomplete.php
Form element validation handler for synonyms_entity_autocomplete elements.

File

./synonyms.services.yml
synonyms.services.yml

View source
  1. class: Drupal\synonyms\SynonymsService\Behavior\AutocompleteService
  2. arguments:
  3. - '@keyvalue'
  4. - '@plugin.manager.entity_reference_selection'
  5. - '@synonyms.behaviors'
  6. - '@database'
  7. - '@entity_type.manager'
  8. - '@renderer'
  9. tags:
  10. - { name: synonyms_behavior }