You are here

public function FakeAbstractProxy::getId in Drupal 9

File

core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php, line 53

Class

FakeAbstractProxy

Namespace

Drupal\Tests\Core\Session

Code

public function getId() {
  return $this->id;
}