Search for aggregate
- Search 7.x for aggregate
- Search 9.5.x for aggregate
- Search 8.9.x for aggregate
- Search 10.3.x for aggregate
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryAggregate::addGroupBy | function | core/ |
Adds the group by values to the actual query. |
| QueryAggregate::addSortAggregate | function | core/ |
Builds the aggregation sort part of the query. |
| QueryAggregate::compileAggregate | function | core/ |
Builds the aggregation conditions part of the query. |
| QueryAggregate::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryAggregate::createSqlAlias | function | core/ |
Builds a sql alias as expected in the result. |
| QueryAggregate::execute | function | core/ |
Execute the query. |
| 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 an 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/ |
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. |
| QueryGroupByTest::testAggregateCountFunction | function | core/ |
Tests aggregate count feature with no group by. |
| 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 |
| views.view.test_aggregate_count_function.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count_function.yml |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.