service synonyms.behavior.autocomplete in Synonyms 8
Same name and namespace in other branches
- 2.0.x modules/synonyms_autocomplete/synonyms_autocomplete.services.yml \synonyms.behavior.autocomplete
Class
Drupal\synonyms\SynonymsService\Behavior\AutocompleteServiceTags
- 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
View source
- class: Drupal\synonyms\SynonymsService\Behavior\AutocompleteService
- arguments:
- - '@keyvalue'
- - '@plugin.manager.entity_reference_selection'
- - '@synonyms.behaviors'
- - '@database'
- - '@entity_type.manager'
- - '@renderer'
- tags:
- - { name: synonyms_behavior }