public function RequestContextAwareInterface::getContext

Gets the request context.

@api

Return value

RequestContext The context

6 methods override RequestContextAwareInterface::getContext()
ChainRouter::getContext in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
DynamicRouter::getContext in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.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.

... See full list

File

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

Class

RequestContextAwareInterface
@api

Namespace

Symfony\Component\Routing

Code

public function getContext();