Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SessionHandlerProxy.php
function SessionHandlerProxy::close
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Proxy/
SessionHandlerProxy.php
, line 40
Class
SessionHandlerProxy
@author Drak <
drak@zikula.org
>
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Proxy
Code
public
function
close
() : bool {
return
$this
->
handler
->
close
(); }
RSS feed