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