function TestSessionBag::__construct
Same name in other branches
- 8.9.x core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::__construct()
- 10 core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::__construct()
- 11.x core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::__construct()
Constructs a new TestSessionBag object.
Parameters
string $storage_key: The key used to store test attributes.
File
-
core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionBag.php, line 37
Class
- TestSessionBag
- Test session container.
Namespace
Drupal\session_test\SessionCode
public function __construct($storage_key = '_dp_session_test') {
$this->storageKey = $storage_key;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.