public function AutocompletionConfiguration::getSelector in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Entity/AutocompletionConfiguration.php \Drupal\search_autocomplete\Entity\AutocompletionConfiguration::getSelector()
Returns the field selector to apply the autocompletion on.
Return value
string The field selector to apply the autocompletion on.
Overrides AutocompletionConfigurationInterface::getSelector
File
- src/
Entity/ AutocompletionConfiguration.php, line 228
Class
- AutocompletionConfiguration
- Defines the autocompletion_configuration entity.
Namespace
Drupal\search_autocomplete\EntityCode
public function getSelector() {
return $this->selector;
}