You are here

service request_stack in Drupal 8

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

Class

Symfony\Component\HttpFoundation\RequestStack

Tags

  • persist
42 string references to request_stack
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.
BlockContentCacheTagsTest::testBlock in core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
Tests that the block is cached with the correct contexts and tags.

... 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 }