interface QueryAggregateInterface

Defines a interface for aggregated entity queries.

Hierarchy

Expanded class hierarchy of QueryAggregateInterface

All classes that implement QueryAggregateInterface

2 files declare their use of QueryAggregateInterface

File

drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php, line 13
Contains \Drupal\Core\Entity\Query\QueryAggregateInterface.

Namespace

Drupal\Core\Entity\Query
View source

Members

Namesort descending Modifiers Type Description Overrides
AlterableInterface::addMetaData public function Adds additional metadata to the query. 2
AlterableInterface::addTag public function Adds a tag to a query. 2
AlterableInterface::getMetaData public function Retrieves a given piece of metadata. 2
AlterableInterface::hasAllTags public function Determines if a given query has all specified tags. 2
AlterableInterface::hasAnyTag public function Determines if a given query has any specified tag. 2
AlterableInterface::hasTag public function Determines if a given query has a given tag. 2
QueryAggregateInterface::aggregate public function Specifies a field and a function to aggregate on.
QueryAggregateInterface::conditionAggregate public function Sets a condition for an aggregated value.
QueryAggregateInterface::conditionAggregateGroupFactory public function Creates an object holding a group of conditions. 1
QueryAggregateInterface::execute public function Executes the aggregate query. Overrides QueryInterface::execute
QueryAggregateInterface::existsAggregate public function Queries for the existence of a field. 1
QueryAggregateInterface::groupBy public function Specifies the field to group on.
QueryAggregateInterface::notExistsAggregate public function Queries for the nonexistence of a field. 1
QueryAggregateInterface::sortAggregate public function Sorts by an aggregated value.
QueryInterface::accessCheck public function
QueryInterface::age public function Queries the current or every revision.
QueryInterface::andConditionGroup public function Creates a new group of conditions ANDed together.
QueryInterface::condition public function Add a condition to the query or a condition group.
QueryInterface::conditionGroupFactory public function Creates an object holding a group of conditions. 2
QueryInterface::count public function Makes this a count query.
QueryInterface::exists public function Queries for the existence of a field.
QueryInterface::getEntityType public function Gets the entity type for this query.
QueryInterface::notExists public function Queries for the nonexistence of a field.
QueryInterface::orConditionGroup public function Creates a new group of conditions ORed together.
QueryInterface::pager public function Enables a pager for the query.
QueryInterface::range public function
QueryInterface::sort public function
QueryInterface::tableSort public function Enables sortable tables for this query.