public function UrlMatcher::getContext

Gets the request context.

@api

Return value

RequestContext The context

Overrides RequestContextAwareInterface::getContext

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php, line 63

Class

UrlMatcher
UrlMatcher matches URL based on a set of routes.

Namespace

Symfony\Component\Routing\Matcher

Code

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