public function ResettableStackedRouteMatchInterface::resetRouteMatch in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php \Drupal\Core\Routing\ResettableStackedRouteMatchInterface::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.
1 method overrides ResettableStackedRouteMatchInterface::resetRouteMatch()
- CurrentRouteMatch::resetRouteMatch in core/
lib/ Drupal/ Core/ Routing/ CurrentRouteMatch.php - Resets the route match static cache.
File
- core/
lib/ Drupal/ Core/ Routing/ ResettableStackedRouteMatchInterface.php, line 21
Class
- ResettableStackedRouteMatchInterface
- Defines an interface for a resettable stack of route matches.
Namespace
Drupal\Core\RoutingCode
public function resetRouteMatch();