You are here

public function AliasStorageHelperInterface::deleteAll in Pathauto 8

Delete all aliases (truncate the path alias entity tables).

1 method overrides AliasStorageHelperInterface::deleteAll()
AliasStorageHelper::deleteAll in src/AliasStorageHelper.php
Delete all aliases (truncate the path alias entity tables).

File

src/AliasStorageHelperInterface.php, line 76

Class

AliasStorageHelperInterface
Provides helper methods for accessing alias storage.

Namespace

Drupal\pathauto

Code

public function deleteAll();