You are here

service session_handler.write_safe in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \session_handler.write_safe

Class

Drupal\Core\Session\WriteSafeSessionHandler

Tags

  • session_handler_proxy
2 string references to session_handler.write_safe
AccountSwitcherTest::testAccountSwitching in core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php
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().

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Session\WriteSafeSessionHandler
  2. tags:
  3. - { name: session_handler_proxy, priority: 150 }