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