function CurrentRouteMatch::resetRouteMatch
Resets the route match static cache.
The route match should only be statically cached once routing is finished. Any code that uses a route match during routing may be incorrectly assumed to be acting after routing has completed. This method gives that code the ability to fix the static cache.
Overrides ResettableStackedRouteMatchInterface::resetRouteMatch
File
- 
              core/
lib/ Drupal/ Core/ Routing/ CurrentRouteMatch.php, line 119  
Class
- CurrentRouteMatch
 - Default object for current_route_match service.
 
Namespace
Drupal\Core\RoutingCode
public function resetRouteMatch() {
  $this->routeMatches = new \SplObjectStorage();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.