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