function StubUpsert::__toString
Same name in other branches
- 11.x core/tests/Drupal/Tests/Core/Database/Stub/StubUpsert.php \Drupal\Tests\Core\Database\Stub\StubUpsert::__toString()
Overrides Query::__toString
File
-
core/
tests/ Drupal/ Tests/ Core/ Database/ Stub/ StubUpsert.php, line 17
Class
- StubUpsert
- A stub of core Upsert for testing purposes.
Namespace
Drupal\Tests\Core\Database\StubCode
public function __toString() {
return '';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.