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