Defines a interface for aggregated entity queries.
Expanded class hierarchy of QueryAggregateInterface
All classes that implement QueryAggregateInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AlterableInterface:: |
public | function | Adds additional metadata to the query. | 2 |
AlterableInterface:: |
public | function | Adds a tag to a query. | 2 |
AlterableInterface:: |
public | function | Retrieves a given piece of metadata. | 2 |
AlterableInterface:: |
public | function | Determines if a given query has all specified tags. | 2 |
AlterableInterface:: |
public | function | Determines if a given query has any specified tag. | 2 |
AlterableInterface:: |
public | function | Determines if a given query has a given tag. | 2 |
QueryAggregateInterface:: |
public | function | Specifies a field and a function to aggregate on. | |
QueryAggregateInterface:: |
public | function | Sets a condition for an aggregated value. | |
QueryAggregateInterface:: |
public | function | Creates an object holding a group of conditions. | 1 |
QueryAggregateInterface:: |
public | function |
Executes the aggregate query. Overrides QueryInterface:: |
|
QueryAggregateInterface:: |
public | function | Queries for the existence of a field. | 1 |
QueryAggregateInterface:: |
public | function | Specifies the field to group on. | |
QueryAggregateInterface:: |
public | function | Queries for the nonexistence of a field. | 1 |
QueryAggregateInterface:: |
public | function | Sorts by an aggregated value. | |
QueryInterface:: |
public | function | ||
QueryInterface:: |
public | function | Queries the current or every revision. | |
QueryInterface:: |
public | function | Creates a new group of conditions ANDed together. | |
QueryInterface:: |
public | function | Add a condition to the query or a condition group. | |
QueryInterface:: |
public | function | Creates an object holding a group of conditions. | 2 |
QueryInterface:: |
public | function | Makes this a count query. | |
QueryInterface:: |
public | function | Queries for the existence of a field. | |
QueryInterface:: |
public | function | Gets the entity type for this query. | |
QueryInterface:: |
public | function | Queries for the nonexistence of a field. | |
QueryInterface:: |
public | function | Creates a new group of conditions ORed together. | |
QueryInterface:: |
public | function | Enables a pager for the query. | |
QueryInterface:: |
public | function | ||
QueryInterface:: |
public | function | ||
QueryInterface:: |
public | function | Enables sortable tables for this query. |