Constructs a CurrentRouteMatch object.
\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack.
public function __construct(RequestStack $request_stack) { $this->requestStack = $request_stack; $this->routeMatches = new \SplObjectStorage(); }