You are here

public function ForumAliasType::getSourcePrefix in Pathauto 8

Returns the source prefix; used for bulk delete.

Return value

string The source path prefix.

Overrides EntityAliasTypeBase::getSourcePrefix

File

src/Plugin/pathauto/AliasType/ForumAliasType.php, line 90

Class

ForumAliasType
A pathauto alias type plugin for forum terms.

Namespace

Drupal\pathauto\Plugin\pathauto\AliasType

Code

public function getSourcePrefix() {
  return '/forum/';
}