function TestSqlBase::setQuery
Sets the query to execute.
Parameters
\Drupal\Core\Database\Query\SelectInterface $query: The query to execute.
File
-
core/
modules/ migrate/ tests/ src/ Kernel/ SqlBaseTest.php, line 252
Class
- TestSqlBase
- A dummy source to help with testing SqlBase.
Namespace
Drupal\Tests\migrate\KernelCode
public function setQuery(SelectInterface $query) {
$this->query = $query;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.