function AliasPrefixList::clear

Same name and namespace in other branches
  1. 11.x core/modules/path_alias/src/AliasPrefixList.php \Drupal\path_alias\AliasPrefixList::clear()

Overrides CacheCollector::clear

File

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

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.