select('query_batch_test', 'q')->fields('q')); } /** * {@inheritdoc} */ public function fields() { $fields = [ 'id' => $this->t('Id'), 'data' => $this->t('data'), ]; return $fields; } /** * {@inheritdoc} */ public function getIds() { return [ 'id' => [ 'type' => 'integer', ], ]; } }