You are here

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\Entity

Code

public function getKeyMaxLength() {
  return $this->keyMaxLength;
}