|
QueryAggregate |
class |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
The SQL storage entity query aggregate class. |
|
ConditionAggregate |
class |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Defines the aggregate condition for sql based storage. |
|
QueryAggregate.php |
file |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Contains \Drupal\field_sql_storage\Entity\QueryAggregate. |
|
Sql::$has_aggregate |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
|
|
drupal_aggregate_js |
function |
drupal/core/includes/common.inc |
Default callback to aggregate JavaScript files. |
|
CSS_AGGREGATE_THEME |
constant |
drupal/core/includes/common.inc |
The default aggregation group for theme CSS files added to the page. |
|
CacheWarmerAggregate |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
Aggregates several cache warmers into a single one. |
|
drupal_aggregate_css |
function |
drupal/core/includes/common.inc |
Aggregation callback: Aggregates CSS files and inline content. |
|
QueryBase::aggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::aggregate() |
|
QueryBase::$aggregate |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of aggregate expressions. |
|
Sql::getNonAggregates |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Returns a list of non-aggregates to be added to the "group by" clause. |
|
CSS_AGGREGATE_DEFAULT |
constant |
drupal/core/includes/common.inc |
The default aggregation group for CSS files added to the page. |
|
ConditionAggregateBase |
class |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php |
Defines a common base class for all aggregation entity condition implementations. |
|
QueryAggregate::finish |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\field_sql_storage\Entity\Query::finish(). |
|
QueryAggregate::result |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\field_sql_storage\Entity\Query::result(). |
|
ConditionAggregate.php |
file |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Contains \Drupal\field_sql_storage\Query\ConditionAggregate. |
|
QueryAggregate::execute |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::execute(). |
|
QueryAggregate::prepare |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\field_sql_storage\Entity::prepare(). |
|
QueryAggregateInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Defines a interface for aggregated entity queries. |
|
CacheWarmerAggregateTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
|
EntityQueryAggregateTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Defines a test for testing aggregation support for entity query. |
|
CacheWarmerAggregate.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
|
|
QueryBase::sortAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::sortAggregate(). |
|
QueryBase::$sortAggregate |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts over the aggregate results. |
|
CacheWarmerAggregate::add |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
|
|
ConditionAggregateBase.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php |
Contains \Drupal\Core\Entity\Query\ConditionAggregateBase. |
|
QueryFactory::getAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
Returns an aggregated query object for a given entity type. |
|
QueryAggregate::addGroupBy |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Adds the groupby values to the actual query. |
|
ConditionAggregate::exists |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::exists(). |
|
QueryFactory::getAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryFactory.php |
Constructs a entity aggregation query for a certain entity type. |
|
QueryFactory::getAggregate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Returns a aggregation query object for a given entity type. |
|
QueryAggregateInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Contains \Drupal\Core\Entity\Query\QueryAggregateInterface. |
|
ConditionAggregateInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php |
Defines aggregated entity query conditions. |
|
ConditionAggregate::compile |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::compile(). |
|
CacheWarmerAggregate::warmUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
Warms up the cache. |
|
CacheWarmerAggregateTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php |
|
|
EntityQueryAggregateTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Contains \Drupal\system\Tests\Entity\EntityQueryAggregateTest. |
|
Drupal::entityQueryAggregate |
function |
drupal/core/lib/Drupal.php |
Returns the entity query aggregate object for this entity type. |
|
QueryAggregate::addAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Adds the aggregations to the query. |
|
QueryBase::conditionAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::conditionAggregate(). |
|
ConditionAggregate::notExists |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::notExists(). |
|
QueryString::aggregateUsingPhp |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters using PHP style syntax |
|
QueryBase::$conditionAggregate |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Aggregate Conditions |
|
CacheWarmerAggregate::$warmers |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php |
|
|
QueryAggregate::createSqlAlias |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Builds a sql alias as expected in the result. |
|
EntityQueryAggregateTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Sets up Drupal unit test environment. |
|
ConditionAggregateInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php |
Contains \Drupal\Core\Entity\Query\ConditionAggregateInterface. |
|
QueryAggregate::$sqlExpressions |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Stores the sql expressions used to build the sql query. |
|
QueryAggregate::existsAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\Core\Entity\QueryBase::exists(). |
|
QueryString::aggregateUsingComma |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters by joining the values using a comma |