You are here

public function AliasStorageHelperInterface::countAll in Pathauto 8

Returns the total count of the url aliases.

Return value

int Total number of aliases.

1 method overrides AliasStorageHelperInterface::countAll()
AliasStorageHelper::countAll in src/AliasStorageHelper.php
Returns the total count of the url aliases.

File

src/AliasStorageHelperInterface.php, line 119

Class

AliasStorageHelperInterface
Provides helper methods for accessing alias storage.

Namespace

Drupal\pathauto

Code

public function countAll();