Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
StrictSessionHandler.php
function StrictSessionHandler::close
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
StrictSessionHandler.php
, line 78
Class
StrictSessionHandler
Adds basic `SessionUpdateTimestampHandlerInterface` behaviors to another `SessionHandlerInterface`.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Handler
Code
public
function
close
() : bool {
return
$this
->
handler
->
close
(); }
RSS feed