function TestSessionHandlerProxy::gc

Attributes

#[\ReturnTypeWillChange]

File

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

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.