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