public function FakeAbstractProxy::getId in Drupal 9
File
- core/
tests/ Drupal/ Tests/ Core/ Session/ SessionManagerTest.php, line 53
Class
Namespace
Drupal\Tests\Core\SessionCode
public function getId() {
return $this->id;
}
public function getId() {
return $this->id;
}