public function TestSessionBag::getStorageKey in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::getStorageKey()
File
- core/
modules/ system/ tests/ modules/ session_test/ src/ Session/ TestSessionBag.php, line 82
Class
- TestSessionBag
- Test session container.
Namespace
Drupal\session_test\SessionCode
public function getStorageKey() {
return $this->storageKey;
}