function FakeAbstractProxy::setId

File

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

Class

FakeAbstractProxy

Namespace

Drupal\Tests\Core\Session

Code

public function setId($id) {
    $this->id = $id;
}

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