public function QueryFactory::__construct in MongoDB 8
File
- src/
Entity/ QueryFactory.php, line 17 - Contains Drupal\mongodb\Entity\ContentEntityStorage.
Class
Namespace
Drupal\mongodb\EntityCode
public function __construct(MongoCollectionFactory $mongo) {
$this->mongo = $mongo;
$this->namespaces = QueryBase::getNamespaces($this);
}