router.request_context
Same name in other branches
- 9 core/core.services.yml \router.request_context
- 10 core/core.services.yml \router.request_context
Class
Drupal\Core\Routing\RequestContextTags
- persist
8 string references to router.request_context
- LocalAwareRedirectResponseTrait::getRequestContext in core/
lib/ Drupal/ Core/ Routing/ LocalAwareRedirectResponseTrait.php - Returns the request context.
- MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/
tests/ Drupal/ KernelTests/ Core/ Path/ PathValidatorTest.php - RedirectResponseSubscriberTest::setUp in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ RedirectResponseSubscriberTest.php - RouteNoneTest::testProcessOutbound in core/
tests/ Drupal/ KernelTests/ Core/ RouteProcessor/ RouteNoneTest.php - Tests the output process.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Routing\RequestContext
- tags:
- - { name: persist }
- calls:
- - [fromRequestStack, ['@request_stack']]
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.