AliasWhitelist::clear

public AliasWhitelist::clear()

Clears the collected cache entry.

Overrides CacheCollector::clear

File

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

Class

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

Namespace

Drupal\Core\Path

Code

1
2
3
4
public function clear() {
  parent::clear();
  $this->loadMenuPathRoots();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.