public function RequestContextAwareInterface::getContext in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/RequestContextAwareInterface.php \Symfony\Component\Routing\RequestContextAwareInterface::getContext()
Gets the request context.
Return value
RequestContext The context
9 methods override RequestContextAwareInterface::getContext()
- AccessAwareRouter::getContext in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.php - Gets the request context.
- ChainRouter::getContext in vendor/
symfony-cmf/ routing/ ChainRouter.php - DynamicRouter::getContext in vendor/
symfony-cmf/ routing/ DynamicRouter.php - Gets the request context.
- MetadataBubblingUrlGenerator::getContext in core/
lib/ Drupal/ Core/ Render/ MetadataBubblingUrlGenerator.php - Gets the request context.
- Router::getContext in vendor/
symfony/ routing/ Router.php - Gets the request context.
File
- vendor/
symfony/ routing/ RequestContextAwareInterface.php, line 28
Class
Namespace
Symfony\Component\RoutingCode
public function getContext();