Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MarshallingSessionHandler.php
function MarshallingSessionHandler::gc
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
MarshallingSessionHandler.php
, line 42
Class
MarshallingSessionHandler
@author Ahmed TAILOULOUTE <
ahmed.tailouloute@gmail.com
>
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Handler
Code
public
function
gc
(int
$maxlifetime
) : int|false {
return
$this
->
handler
->
gc
(
$maxlifetime
); }
RSS feed