Search for aggregate
- Search 7.x for aggregate
- Search 9.5.x for aggregate
- Search 10.3.x for aggregate
- Search 11.x for aggregate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
QueryAggregate::existsAggregate | function | core/ |
Queries for the existence of a field. |
QueryAggregate::finish | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::finish(). |
QueryAggregate::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregate::prepare | function | core/ |
Prepares the basic query with proper metadata/tags and base fields. |
QueryAggregate::prepare | function | core/ |
Prepares the basic query with proper metadata/tags and base fields. |
QueryAggregate::result | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::result(). |
QueryAggregateInterface | interface | core/ |
Defines a interface for aggregated entity queries. |
QueryAggregateInterface.php | file | core/ |
|
QueryAggregateInterface::aggregate | function | core/ |
Specifies a field and a function to aggregate on. |
QueryAggregateInterface::conditionAggregate | function | core/ |
Sets a condition for an aggregated value. |
QueryAggregateInterface::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
QueryAggregateInterface::execute | function | core/ |
Executes the aggregate query. |
QueryAggregateInterface::existsAggregate | function | core/ |
Queries for the existence of a field. |
QueryAggregateInterface::groupBy | function | core/ |
Specifies the field to group on. |
QueryAggregateInterface::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregateInterface::sortAggregate | function | core/ |
Sorts by an aggregated value. |
QueryBase::$aggregate | property | core/ |
The list of aggregate expressions. |
QueryBase::$conditionAggregate | property | core/ |
Aggregate Conditions |
QueryBase::$sortAggregate | property | core/ |
The list of sorts over the aggregate results. |
QueryBase::aggregate | function | core/ |
|
QueryBase::conditionAggregate | function | core/ |
|
QueryBase::sortAggregate | function | core/ |
|
QueryFactory::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryFactory::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryFactory::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryFactory::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryFactory::getAggregate | function | core/ |
Returns an aggregated query object for a given entity type. |
QueryFactory::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryFactoryInterface::getAggregate | function | core/ |
Instantiates an aggregation query object for a given entity type. |
QueryGroupByTest::testAggregateCount | function | core/ |
Tests aggregate count feature. |
Sql::$hasAggregate | property | core/ |
|
Sql::getNonAggregates | function | core/ |
Returns a list of non-aggregates to be added to the "group by" clause. |
views.view.test_aggregate_count.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.