QueryFactoryInterface
interface QueryFactoryInterface (View source)
Defines an interface for QueryFactory classes.
Methods
get(EntityTypeInterface $entity_type, string $conjunction)
Instantiates an entity query for a given entity type.
getAggregate(EntityTypeInterface $entity_type, string $conjunction)
Instantiates an aggregation query object for a given entity type.
Details
QueryInterface
get(EntityTypeInterface $entity_type, string $conjunction)
Instantiates an entity query for a given entity type.
QueryAggregateInterface
getAggregate(EntityTypeInterface $entity_type, string $conjunction)
Instantiates an aggregation query object for a given entity type.