function QueryFactory::__construct

Constructs a QueryFactory object.

File

core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php, line 24

Class

QueryFactory
Provides a factory for creating entity query objects for the null backend.

Namespace

Drupal\Core\Entity\Query\Null

Code

public function __construct() {
  $this->namespaces = QueryBase::getNamespaces($this);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.