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

Class

Symfony\Component\HttpFoundation\RequestStack

Tags

  • persist
71 string references to request_stack
AccessCheck::create in core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
Instantiates a new instance of this class.
AssertViewsCacheTagsTrait::assertViewsCacheTags in core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray in core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
BigPipeTest::setCsrfTokenSeedInTestEnvironment in core/modules/big_pipe/tests/src/Functional/BigPipeTest.php
Ensures CSRF tokens can be generated for the current user's session.
BrowserTestBaseTest::testDeprecatedSessionMissing in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests deprecation of modified request stack lacking a session.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Symfony\Component\HttpFoundation\RequestStack
  2. tags:
  3. - { name: persist }