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

Class

Symfony\Component\HttpFoundation\Session\Session

Tags

  • service_collector
34 string references to session
AccessTest::testFileCacheability in core/modules/file/tests/src/Kernel/AccessTest.php
Tests cacheability metadata.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
BlockContentTranslationUITest.php in core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
CommentTranslationUITest.php in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
core.services.yml in core/core.services.yml
core/core.services.yml

... See full list

File

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

View source
  1. class: Symfony\Component\HttpFoundation\Session\Session
  2. arguments:
  3. - '@session_manager'
  4. - '@session.attribute_bag'
  5. - '@session.flash_bag'
  6. tags:
  7. - { name: service_collector, tag: session_bag, call: registerBag }