You are here

protected function MongodbLock::mongoCollection in MongoDB 8

Return value

\MongoCollection

File

src/MongodbLock.php, line 159
Contains \Drupal\mongodb\MongodbLock.

Class

MongodbLock

Namespace

Drupal\mongodb

Code

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