You are here

public function AliasWhitelist::clear in Drupal 8

Clears the collected cache entry.

Overrides CacheCollector::clear

File

core/lib/Drupal/Core/Path/AliasWhitelist.php, line 140

Class

AliasWhitelist
Extends CacheCollector to build the path alias whitelist over time.

Namespace

Drupal\Core\Path

Code

public function clear() {
  parent::clear();
  $this
    ->loadMenuPathRoots();
}