Returns the route match for the current request.
\Drupal\Core\Routing\RouteMatchInterface The current route match object.
Overrides StackedRouteMatchInterface::getCurrentRouteMatch
public function getCurrentRouteMatch() { return $this->getRouteMatch($this->requestStack ->getCurrentRequest()); }