You are here

public function UrlMatcher::getContext in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Matcher/UrlMatcher.php \Symfony\Component\Routing\Matcher\UrlMatcher::getContext()

Gets the request context.

Return value

RequestContext The context

Overrides RequestContextAwareInterface::getContext

File

vendor/symfony/routing/Matcher/UrlMatcher.php, line 80

Class

UrlMatcher
UrlMatcher matches URL based on a set of routes.

Namespace

Symfony\Component\Routing\Matcher

Code

public function getContext() {
  return $this->context;
}