protected property AutocompletionConfiguration::$minChar in Search Autocomplete 8
Same name and namespace in other branches
- 2.x src/Entity/AutocompletionConfiguration.php \Drupal\search_autocomplete\Entity\AutocompletionConfiguration::minChar
Define how much characters needs to be entered in the field before autocompletion occurs.
Type: int
File
- src/
Entity/ AutocompletionConfiguration.php, line 117
Class
- AutocompletionConfiguration
- Defines the autocompletion_configuration entity.
Namespace
Drupal\search_autocomplete\EntityCode
protected $minChar;