session_manager
Same name in other branches
- 8.9.x core/core.services.yml \session_manager
- 10 core/core.services.yml \session_manager
Class
Drupal\Core\Session\SessionManagerTags
- backend_overridable
1 string reference to session_manager
- User::postSave in core/
modules/ user/ src/ Entity/ User.php - Acts on a saved entity before the insert or update hook is invoked.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Session\SessionManager
- arguments:
- - '@request_stack'
- - '@database'
- - '@session_manager.metadata_bag'
- - '@session_configuration'
- - '@session_handler'
- tags:
- - { name: backend_overridable }
- calls:
- - [setWriteSafeHandler, ['@session_handler.write_safe']]
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.