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