You are here

public function DbHelper::__construct in MongoDB 8

File

drivers/lib/Drupal/Driver/Database/mongodb/DbHelper.php, line 24
Contains \Drupal\Driver\Database\mongodb\TestQuery.

Class

DbHelper

Namespace

Drupal\Driver\Database\mongodb

Code

public function __construct(MongoCollectionFactory $mongo) {
  $this->mongo = $mongo;
}