Defines an interface for QueryFactory classes.
Hierarchy
- interface \Drupal\Core\Entity\Query\QueryFactoryInterface
File
- core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php, line 9
Namespace
Drupal\Core\Entity\Query
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| QueryFactoryInterface::get | public | function | Instantiates an entity query for a given entity type. |
| QueryFactoryInterface::getAggregate | public | function | Instantiates an aggregation query object for a given entity type. |
Please login to continue.