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