service session_handler.storage in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \session_handler.storage
Class
Drupal\Core\Session\SessionHandlerTags
- backend_overridable
3 string references to session_handler.storage
- StackedSessionHandlerPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ StackedSessionHandlerPass.php - You can modify the container here before it is dumped to PHP code.
- UiHelperTrait::drupalUserIsLoggedIn in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Returns whether a given user account is logged in.
- WebTestBase::drupalUserIsLoggedIn in core/
modules/ simpletest/ src/ WebTestBase.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 }