You are here

public function NewAliasManager::cacheClear in Drupal 8

Clear internal caches in alias manager.

Parameters

$source: Source path of the alias that is being inserted/updated. Can be omitted if entire cache needs to be flushed.

Overrides AliasManagerInterface::cacheClear

File

core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php, line 27

Class

NewAliasManager
New test implementation for the alias manager.

Namespace

Drupal\path_alias_deprecated_test

Code

public function cacheClear($source = NULL) {
}