Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MockArraySessionStorage.php
function MockArraySessionStorage::getId
Overrides
SessionStorageInterface::getId
File
vendor/
symfony/
http-foundation/
Session/
Storage/
MockArraySessionStorage.php
, line 80
Class
MockArraySessionStorage
MockArraySessionStorage mocks the session for unit tests.
Namespace
Symfony\Component\HttpFoundation\Session\Storage
Code
public
function
getId
() : string {
return
$this
->
id
; }
RSS feed