service session_handler.storage in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \session_handler.storage
- 9 core/core.services.yml \session_handler.storage
Class
Drupal\Core\Session\SessionHandlerTags
- 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
- class: Drupal\Core\Session\SessionHandler
- arguments:
- - '@request_stack'
- - '@database'
- tags:
- - { name: backend_overridable }