You are here

public function TestSessionHandlerProxy::gc in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php \Drupal\session_test\Session\TestSessionHandlerProxy::gc()

File

core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php, line 91

Class

TestSessionHandlerProxy
Provides a test session handler proxy.

Namespace

Drupal\session_test\Session

Code

public function gc($max_lifetime) {
  return $this->sessionHandler
    ->gc($max_lifetime);
}