QueryFactory::__construct

public 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);
}
doc_Drupal
2016-10-29 09:35:55
Comments
Leave a Comment

Please login to continue.