You are here

protected function MongoBatchBackend::mongoCollection in MongoDB 8

Return value

\MongoCollection

File

src/MongoBatchBackend.php, line 111
Contains \Drupal\mongodb\MongoBatchBackend.

Class

MongoBatchBackend

Namespace

Drupal\mongodb

Code

protected function mongoCollection() {
  return $this->mongo
    ->get('batch');
}