service session_handler.write_safe in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \session_handler.write_safe
- 9 core/core.services.yml \session_handler.write_safe
Class
Drupal\Core\Session\WriteSafeSessionHandlerTags
- session_handler_proxy
4 string references to session_handler.write_safe
- AccountSwitcherTest::testAccountSwitching in core/
tests/ Drupal/ KernelTests/ Core/ Session/ AccountSwitcherTest.php - BigPipeTest::setCsrfTokenSeedInTestEnvironment in core/
modules/ big_pipe/ tests/ src/ Functional/ BigPipeTest.php - Ensures CSRF tokens can be generated for the current user's session.
- SessionTest::testSessionSaveRegenerate in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionTest.php - Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable() ::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
- SynchronizeCsrfTokenSeedTrait::drupalLogin in core/
modules/ ckeditor5/ tests/ src/ Traits/ SynchronizeCsrfTokenSeedTrait.php
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Session\WriteSafeSessionHandler
- tags:
- - { name: session_handler_proxy, priority: 150 }