Search for aggregate

  1. Search 7.x for aggregate
  2. Search 9.5.x for aggregate
  3. Search 10.3.x for aggregate
  4. Search 11.x for aggregate
  5. Other projects
Title Object type File name Summary
AttachedAssetsTest::testAggregatedAttributes function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that attributes are maintained when JS aggregation is enabled.
CacheableNormalization::aggregate function core/modules/jsonapi/src/Normalizer/Value/CacheableNormalization.php Collects an array of CacheableNormalizations into a single instance.
ConditionAggregate class core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Defines the aggregate condition for sql based storage.
ConditionAggregate.php file core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php
ConditionAggregate::compile function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Compiles this conditional clause.
ConditionAggregate::exists function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Queries for the existence of a field.
ConditionAggregate::notExists function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Queries for the nonexistence of a field.
ConditionAggregateBase class core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php Defines a common base class for all aggregation entity condition implementations.
ConditionAggregateBase.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php
ConditionAggregateBase::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php Adds a condition.
ConditionAggregateInterface interface core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Defines aggregated entity query conditions.
ConditionAggregateInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php
ConditionAggregateInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Compiles this conditional clause.
ConditionAggregateInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Adds a condition.
ConditionAggregateInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets a complete list of all conditions in this conditional clause.
ConditionAggregateInterface::exists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the existence of a field.
ConditionAggregateInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the current conjunction.
ConditionAggregateInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the nonexistence of a field.
CSS_AGGREGATE_DEFAULT constant core/includes/common.inc The default aggregation group for CSS files added to the page.
CSS_AGGREGATE_THEME constant core/includes/common.inc The default aggregation group for theme CSS files added to the page.
Drupal::entityQueryAggregate function core/lib/Drupal.php Returns the entity query aggregate object for this entity type.
DrupalTest::testEntityQueryAggregate function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityQueryAggregate() method.
EntityQueryAggregateTest class core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests the Entity Query Aggregation API.
EntityQueryAggregateTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
EntityQueryAggregateTest::$entityStorage property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php The entity_test storage to create the test entities.
EntityQueryAggregateTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Modules to enable.
EntityQueryAggregateTest::$queryResult property core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php The actual query result, to compare later.
EntityQueryAggregateTest::assertResults function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Asserts the results as expected regardless of order between and in rows.
EntityQueryAggregateTest::assertSortedResults function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Asserts the results as expected regardless of order in rows.
EntityQueryAggregateTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
EntityQueryAggregateTest::testAggregation function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Test aggregation support.
EntityQueryAggregateTest::testRepeatedExecution function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php Tests preparing a query and executing twice.
EntityStorageBase::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets an aggregated query instance.
EntityStorageInterface::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an aggregated query instance.
PgsqlQueryFactory::getAggregate function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
Query::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Null/Query.php Creates an object holding a group of conditions.
Query::existsAggregate function core/lib/Drupal/Core/Entity/Query/Null/Query.php Queries for the existence of a field.
Query::notExistsAggregate function core/lib/Drupal/Core/Entity/Query/Null/Query.php Queries for the nonexistence of a field.
QueryAggregate class core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php The SQL storage entity query aggregate class.
QueryAggregate class core/modules/workspaces/src/EntityQuery/QueryAggregate.php Alters aggregate entity queries to use a workspace revision if possible.
QueryAggregate.php file core/modules/workspaces/src/EntityQuery/QueryAggregate.php
QueryAggregate.php file core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
QueryAggregate::$sqlExpressions property core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Stores the sql expressions used to build the sql query.
QueryAggregate::addAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the aggregations to the query.
QueryAggregate::addGroupBy function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the groupby values to the actual query.
QueryAggregate::addSortAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds the aggregation sort part of the query.
QueryAggregate::compileAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds the aggregation conditions part of the query.
QueryAggregate::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Creates an object holding a group of conditions.
QueryAggregate::createSqlAlias function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds a sql alias as expected in the result.
QueryAggregate::execute function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Execute the query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.