Factory class creating entity query objects for the SQL backend.
Hierarchy
- class \Drupal\Core\Entity\Query\Sql\QueryFactory implements QueryFactoryInterface
See also
\Drupal\Core\Entity\Query\Sql\Query
\Drupal\Core\Entity\Query\Sql\QueryAggregate
File
- core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php, line 16
Namespace
Drupal\Core\Entity\Query\Sql
Members
Name | Modifiers | Type | Description |
---|---|---|---|
QueryFactory::$connection | protected | property | The database connection to use. |
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. |
Please login to continue.