You are here

service request_stack in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \request_stack
  2. 10 core/core.services.yml \request_stack

Class

Drupal\Core\Http\RequestStack

Tags

  • persist
40 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.
AnonymousPrivateTempStoreTest::setUp in core/tests/Drupal/KernelTests/Core/TempStore/AnonymousPrivateTempStoreTest.php
AreaDisplayLinkTest::testAreaDisplayLink in core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
Tests the views area display_link handler.
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.

... See full list

File

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

View source
  1. class: Drupal\Core\Http\RequestStack
  2. tags:
  3. - { name: persist }