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