public function RequestContextAwareInterface::getContext

Gets the request context.

@api

Return value

RequestContext The context

5 methods override RequestContextAwareInterface::getContext()
ChainMatcher::getContext in drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php
Gets the request context.
LegacyUrlMatcher::getContext in drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php
Gets the request context.
Router::getContext in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php
Gets the request context.
UrlGenerator::getContext in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php
Gets the request context.
UrlMatcher::getContext in drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php
Gets the request context.

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php, line 35

Class

RequestContextAwareInterface
@api

Namespace

Symfony\Component\Routing

Code

public function getContext();