You are here

public function SessionManagerInterface::setWriteSafeHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Session/SessionManagerInterface.php \Drupal\Core\Session\SessionManagerInterface::setWriteSafeHandler()

Sets the write safe session handler.

@todo: This should be removed once all database queries are removed from the session manager class.

1 method overrides SessionManagerInterface::setWriteSafeHandler()
SessionManager::setWriteSafeHandler in core/lib/Drupal/Core/Session/SessionManager.php
Sets the write safe session handler.

File

core/lib/Drupal/Core/Session/SessionManagerInterface.php, line 38
Contains \Drupal\Core\Session\SessionManagerInterface.

Class

SessionManagerInterface
Defines the session manager interface.

Namespace

Drupal\Core\Session

Code

public function setWriteSafeHandler(WriteSafeSessionHandlerInterface $handler);