function TestSessionBag::getStorageKey

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::getStorageKey()
  2. 8.9.x core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php \Drupal\session_test\Session\TestSessionBag::getStorageKey()
  3. 10 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\Session

Code

public function getStorageKey() : string {
    return $this->storageKey;
}

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