You are here

public function AliasStorageHelperInterface::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.

1 method overrides AliasStorageHelperInterface::getAliasSchemaMaxLength()
AliasStorageHelper::getAliasSchemaMaxLength in src/AliasStorageHelper.php
Fetch the maximum length of the {path_alias}.alias field from the schema.

File

src/AliasStorageHelperInterface.php, line 23

Class

AliasStorageHelperInterface
Provides helper methods for accessing alias storage.

Namespace

Drupal\pathauto

Code

public function getAliasSchemaMaxLength();