You are here

service session_handler.storage in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \session_handler.storage
  2. 9 core/core.services.yml \session_handler.storage

Class

Drupal\Core\Session\SessionHandler

Tags

  • backend_overridable
2 string references to session_handler.storage
StackedSessionHandlerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
UiHelperTrait::drupalUserIsLoggedIn in core/tests/Drupal/Tests/UiHelperTrait.php
Returns whether a given user account is logged in.

File

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

View source
  1. class: Drupal\Core\Session\SessionHandler
  2. arguments:
  3. - '@request_stack'
  4. - '@database'
  5. tags:
  6. - { name: backend_overridable }