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  
View source
-   class: Drupal\Core\Session\SessionHandler
 -   arguments:
 -       - '@request_stack'
 -       - '@database'
 -   tags:
 -       - { name: backend_overridable }
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.