You are here

protected property TestSessionHandlerProxy::$sessionHandler in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php \Drupal\session_test\Session\TestSessionHandlerProxy::sessionHandler

The decorated session handler.

Type: \SessionHandlerInterface

File

core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php, line 20
Contains \Drupal\session_test\Session\TestSessionHandlerProxy.

Class

TestSessionHandlerProxy
Provides a test session handler proxy.

Namespace

Drupal\session_test\Session

Code

protected $sessionHandler;