public function ResettablePathMatcher::resetCache in Tome 8
Resets the static.
File
- modules/
tome_static/ src/ ResettablePathMatcher.php, line 17
Class
- ResettablePathMatcher
- Decorates the path matcher to allow for resetting of static cache.
Namespace
Drupal\tome_staticCode
public function resetCache() {
$this->isCurrentFrontPage = NULL;
}