router.request_context

Same name and namespace in other branches
  1. 9 core/core.services.yml \router.request_context
  2. 8.9.x core/core.services.yml \router.request_context

Class

Drupal\Core\Routing\RequestContext

Tags

  • persist
11 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.
OpenModalDialogWithUrl::getBaseUrl in core/lib/Drupal/Core/Ajax/OpenModalDialogWithUrl.php
Gets the complete base URL.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
RedirectResponseSubscriberTest::setUp in core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Routing\RequestContext
  2. tags:
  3. - { name: persist }
  4. calls:
  5. - [fromRequestStack, ['@request_stack']]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.