public function AutocompletionConfigurationInterface::getMinChar in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/AutocompletionConfigurationInterface.php \Drupal\search_autocomplete\AutocompletionConfigurationInterface::getMinChar()
 
Define how much characters needs to be entered in the field before autocompletion occurs.
1 method overrides AutocompletionConfigurationInterface::getMinChar()
- AutocompletionConfiguration::getMinChar in src/
Entity/ AutocompletionConfiguration.php  - Define how much characters needs to be entered in the field before autocompletion occurs.
 
File
- src/
AutocompletionConfigurationInterface.php, line 38  
Class
- AutocompletionConfigurationInterface
 - Provides an interface defining an autocompletion configuration entity.
 
Namespace
Drupal\search_autocompleteCode
public function getMinChar();