public function AutocompletionConfigurationInterface::getSelector in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::getSelector()
Returns the field selector to apply the autocompletion on.
Return value
string The field selector to apply the autocompletion on.
1 method overrides AutocompletionConfigurationInterface::getSelector()
- AutocompletionConfiguration::getSelector in src/
Entity/ AutocompletionConfiguration.php - Returns the field selector to apply the autocompletion on.
File
- src/
AutocompletionConfigurationInterface.php, line 22
Class
- AutocompletionConfigurationInterface
- Provides an interface defining an autocompletion configuration entity.
Namespace
Drupal\search_autocompleteCode
public function getSelector();