protected function MongoBatchBackend::mongoCollection in MongoDB 8
Return value
\MongoCollection
File
- src/
MongoBatchBackend.php, line 111 - Contains \Drupal\mongodb\MongoBatchBackend.
Class
Namespace
Drupal\mongodbCode
protected function mongoCollection() {
return $this->mongo
->get('batch');
}