Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
WriteSafeSessionHandler.php
function WriteSafeSessionHandler::close
File
core/
lib/
Drupal/
Core/
Session/
WriteSafeSessionHandler.php
, line 46
Class
WriteSafeSessionHandler
Wraps the session handler to prevent writes when not necessary or allowed.
Namespace
Drupal\Core\Session
Code
public
function
close
() : bool {
return
$this
->
wrappedSessionHandler
->
close
(); }
RSS feed