You are here

service session in Drupal 8

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

Class

Symfony\Component\HttpFoundation\Session\Session

Tags

  • service_collector
35 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.
core.services.yml in core/core.services.yml
core/core.services.yml
DatabaseLegacyTest::testDbIgnoreReplica in core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php
Tests the db_ignore_replica() function.
default.services.yml in sites/default/default.services.yml
sites/default/default.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 }