TestSqlBase::$query

Same name in other branches
  1. 8.9.x core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::query
  2. 10 core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::query
  3. 11.x core/modules/migrate/tests/src/Kernel/SqlBaseTest.php \Drupal\Tests\migrate\Kernel\TestSqlBase::query

The query to execute.

Type: \Drupal\Core\Database\Query\SelectInterface

Overrides SqlBase::$query

File

core/modules/migrate/tests/src/Kernel/SqlBaseTest.php, line 193

Class

TestSqlBase
A dummy source to help with testing SqlBase.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected $query;

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