function TestSqlBase::setQuery
Same name in other branches
- 9 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::setQuery()
- 8.9.x core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::setQuery()
- 11.x core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\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 274
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.