service router.request_context in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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/ src/ Tests/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- PathFormBase::create in core/
modules/ path/ src/ Form/ PathFormBase.php - Instantiates a new instance of this class.
- RedirectResponseSubscriberTest::setUp in core/
tests/ Drupal/ Tests/ Core/ EventSubscriber/ RedirectResponseSubscriberTest.php - RouteNoneTest::testProcessOutbound in core/
modules/ system/ src/ Tests/ RouteProcessor/ RouteNoneTest.php - Tests the output process.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Routing\RequestContext
- tags:
- - { name: persist }
- calls:
- - [fromRequestStack, ['@request_stack']]