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