function QueryBatchTest::query
Return value
\Drupal\Core\Database\Query\SelectInterface
Overrides SqlBase::query
File
- 
              core/modules/ migrate/ tests/ modules/ migrate_query_batch_test/ src/ Plugin/ migrate/ source/ QueryBatchTest.php, line 19 
Class
- QueryBatchTest
- Source plugin for migration high water tests.
Namespace
Drupal\migrate_query_batch_test\Plugin\migrate\sourceCode
public function query() {
  return $this->select('query_batch_test', 'q')
    ->fields('q');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
