function RequestContextAwareInterface::setContext
Sets the request context.
6 methods override RequestContextAwareInterface::setContext()
- AccessAwareRouter::setContext in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.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.
- UrlGenerator::setContext in core/
lib/ Drupal/ Core/ Routing/ UrlGenerator.php - Sets the request context.
- UrlGenerator::setContext in vendor/
symfony/ routing/ Generator/ UrlGenerator.php - Sets the request context.
File
-
vendor/
symfony/ routing/ RequestContextAwareInterface.php, line 19
Class
Namespace
Symfony\Component\RoutingCode
public function setContext(RequestContext $context) : void;