public function FacConfigInterface::getKeyMinLength in Fast Autocomplete 8
Gets the minimum key length.
Return value
int The minimum key length.
1 method overrides FacConfigInterface::getKeyMinLength()
- FacConfig::getKeyMinLength in src/
Entity/ FacConfig.php - Gets the minimum key length.
File
- src/
FacConfigInterface.php, line 66
Class
- FacConfigInterface
- Provides an interface defining a Fast Autocomplete config entity.
Namespace
Drupal\facCode
public function getKeyMinLength();