Search for aggregate
- Search 7.x for aggregate
- Search 8.9.x for aggregate
- Search 10.3.x for aggregate
- Search 11.x for aggregate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AttachedAssetsTest::testAggregatedAttributes | function | core/ |
Tests that attributes are maintained when JS aggregation is enabled. |
CacheableNormalization::aggregate | function | core/ |
Collects an array of CacheableNormalizations into a single instance. |
ConditionAggregate | class | core/ |
Defines the aggregate condition for sql based storage. |
ConditionAggregate.php | file | core/ |
|
ConditionAggregate::$sqlQuery | property | core/ |
The current SQL query, set by parent condition compile() method calls. |
ConditionAggregate::compile | function | core/ |
Compiles this conditional clause. |
ConditionAggregate::exists | function | core/ |
Queries for the existence of a field. |
ConditionAggregate::notExists | function | core/ |
Queries for the nonexistence of a field. |
ConditionAggregateBase | class | core/ |
Defines a common base class for all aggregation entity condition implementations. |
ConditionAggregateBase.php | file | core/ |
|
ConditionAggregateBase::condition | function | core/ |
Adds a condition. |
ConditionAggregateInterface | interface | core/ |
Defines aggregated entity query conditions. |
ConditionAggregateInterface.php | file | core/ |
|
ConditionAggregateInterface::compile | function | core/ |
Compiles this conditional clause. |
ConditionAggregateInterface::condition | function | core/ |
Adds a condition. |
ConditionAggregateInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
ConditionAggregateInterface::exists | function | core/ |
Queries for the existence of a field. |
ConditionAggregateInterface::getConjunction | function | core/ |
Gets the current conjunction. |
ConditionAggregateInterface::notExists | function | core/ |
Queries for the nonexistence of a field. |
CSS_AGGREGATE_DEFAULT | constant | core/ |
The default aggregation group for CSS files added to the page. |
CSS_AGGREGATE_THEME | constant | core/ |
The default aggregation group for theme CSS files added to the page. |
css_input_with_import.css.optimized.aggregated.css | file | core/ |
@import url("https://fonts.fontprovider.com/css2?family=Roboto+Mono:wght@300;400&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap") print;@import url('import1.css') screen;@import… |
Drupal::entityQueryAggregate | function | core/ |
Returns the entity query aggregate object for this entity type. |
DrupalTest::testEntityQueryAggregate | function | core/ |
Tests the entityQueryAggregate() method. |
EntityQueryAggregateTest | class | core/ |
Tests the Entity Query Aggregation API. |
EntityQueryAggregateTest.php | file | core/ |
|
EntityQueryAggregateTest::$entityStorage | property | core/ |
The entity_test storage to create the test entities. |
EntityQueryAggregateTest::$modules | property | core/ |
Modules to enable. |
EntityQueryAggregateTest::$queryResult | property | core/ |
The actual query result, to compare later. |
EntityQueryAggregateTest::assertResults | function | core/ |
Asserts the results as expected regardless of order between and in rows. |
EntityQueryAggregateTest::assertSortedResults | function | core/ |
Asserts the results as expected regardless of order in rows. |
EntityQueryAggregateTest::setUp | function | core/ |
|
EntityQueryAggregateTest::testAggregation | function | core/ |
Tests aggregation support. |
EntityQueryAggregateTest::testRepeatedExecution | function | core/ |
Tests preparing a query and executing twice. |
EntityStorageBase::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
EntityStorageInterface::getAggregateQuery | function | core/ |
Gets an aggregated query instance. |
PgsqlQueryFactory::getAggregate | function | core/ |
|
Query::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
Query::existsAggregate | function | core/ |
Queries for the existence of a field. |
Query::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
QueryAggregate | class | core/ |
The SQL storage entity query aggregate class. |
QueryAggregate | class | core/ |
Alters aggregate entity queries to use a workspace revision if possible. |
QueryAggregate.php | file | core/ |
|
QueryAggregate.php | file | core/ |
|
QueryAggregate::$sqlExpressions | property | core/ |
Stores the sql expressions used to build the sql query. |
QueryAggregate::addAggregate | function | core/ |
Adds the aggregations to the query. |
QueryAggregate::addGroupBy | function | core/ |
Adds the groupby 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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.