public function FacConfig::getKeyMinLength in Fast Autocomplete 8
Gets the minimum key length.
Return value
int The minimum key length.
Overrides FacConfigInterface::getKeyMinLength
File
- src/
Entity/ FacConfig.php, line 247
Class
- FacConfig
- Defines the FacConfig entity.
Namespace
Drupal\fac\EntityCode
public function getKeyMinLength() {
return $this->keyMinLength;
}