You are here

public function AliasTypeInterface::getSourcePrefix in Pathauto 8

Returns the source prefix; used for bulk delete.

Return value

string The source path prefix.

1 method overrides AliasTypeInterface::getSourcePrefix()
EntityAliasTypeBase::getSourcePrefix in src/Plugin/pathauto/AliasType/EntityAliasTypeBase.php
Returns the source prefix; used for bulk delete.

File

src/AliasTypeInterface.php, line 35

Class

AliasTypeInterface
Provides an interface for pathauto alias types.

Namespace

Drupal\pathauto

Code

public function getSourcePrefix();