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