function AliasPrefixList::clear

Overrides CacheCollector::clear

File

core/modules/path_alias/src/AliasPrefixList.php, line 115

Class

AliasPrefixList
Cache a list of valid alias prefixes.

Namespace

Drupal\path_alias

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.