You are here

public function AliasStorageHelperInterface::countBySourcePrefix in Pathauto 8

Returns the count of url aliases for the source.

Parameters

$source: An internal Drupal path prefix.

Return value

int Number of url aliases for the source.

1 method overrides AliasStorageHelperInterface::countBySourcePrefix()
AliasStorageHelper::countBySourcePrefix in src/AliasStorageHelper.php
Returns the count of url aliases for the source.

File

src/AliasStorageHelperInterface.php, line 111

Class

AliasStorageHelperInterface
Provides helper methods for accessing alias storage.

Namespace

Drupal\pathauto

Code

public function countBySourcePrefix($source);