class QueryFactory

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

Hierarchy

File

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

Namespace

Drupal\Core\Entity\Query\Null

Members

Name Modifiers Type Description
QueryFactory::$namespaces protected property The namespace of this class, the parent class etc.
QueryFactory::get public function Instantiates an entity query for a given entity type. Overrides QueryFactoryInterface::get
QueryFactory::getAggregate public function Instantiates an aggregation query object for a given entity type. Overrides QueryFactoryInterface::getAggregate
QueryFactory::__construct public function Constructs a QueryFactory object.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!Null!QueryFactory.php/class/QueryFactory/8.1.x