You are here

public function AliasStorageHelper::getAliasSchemaMaxLength in Pathauto 8

Fetch the maximum length of the {path_alias}.alias field from the schema.

Return value

int An integer of the maximum URL alias length allowed by the database.

Overrides AliasStorageHelperInterface::getAliasSchemaMaxLength

File

src/AliasStorageHelper.php, line 91

Class

AliasStorageHelper
Provides helper methods for accessing alias storage.

Namespace

Drupal\pathauto

Code

public function getAliasSchemaMaxLength() {
  return $this->aliasSchemaMaxLength;
}