| 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. |
| QueryAggregate::existsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Queries for the existence of a field. |
| QueryAggregate::finish |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Overrides \Drupal\Core\Entity\Query\Sql\Query::finish(). |
| QueryAggregate::notExistsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Queries for the nonexistence of a field. |
| QueryAggregate::prepare |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Prepares the basic query with proper metadata/tags and base fields. |
| QueryAggregate::prepare |
function |
core/modules/workspaces/src/EntityQuery/QueryAggregate.php |
Prepares the basic query with proper metadata/tags and base fields. |
| QueryAggregate::result |
function |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php |
Overrides \Drupal\Core\Entity\Query\Sql\Query::result(). |
| QueryAggregateInterface |
interface |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Defines an interface for aggregated entity queries. |
| QueryAggregateInterface.php |
file |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
|
| QueryAggregateInterface::aggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Specifies a field and a function to aggregate on. |
| QueryAggregateInterface::conditionAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Sets a condition for an aggregated value. |
| QueryAggregateInterface::conditionAggregateGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Creates an object holding a group of conditions. |
| QueryAggregateInterface::execute |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Executes the aggregate query. |
| QueryAggregateInterface::existsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Queries for the existence of a field. |
| QueryAggregateInterface::groupBy |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Specifies the field to group on. |
| QueryAggregateInterface::notExistsAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Queries for the nonexistence of a field. |
| QueryAggregateInterface::sortAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Sorts by an aggregated value. |
| QueryArgsCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Defines the QueryArgsCacheContext service, for "per query args" caching. |
| QueryArgsCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
|
| QueryArgsCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Gets cacheability metadata for the context based on the parameter value. |
| QueryArgsCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Returns the string representation of the cache context. |
| QueryArgsCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Returns the label of the cache context. |
| QueryArgsCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Tests Drupal\Core\Cache\Context\QueryArgsCacheContext. |
| QueryArgsCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
|
| QueryArgsCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Provides a list of query arguments and expected cache contexts. |
| QueryArgsCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Tests get context. |
| QueryBase |
class |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The base entity query class. |
| QueryBase.php |
file |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
| QueryBase::$accessCheck |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Whether access check is requested or not. |
| QueryBase::$aggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of aggregate expressions. |
| QueryBase::$allRevisions |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Flag indicating whether to query the current revision or all revisions. |
| QueryBase::$alterMetaData |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query metadata for alter purposes. |
| QueryBase::$alterTags |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query tags. |
| QueryBase::$condition |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Conditions. |
| QueryBase::$conditionAggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Aggregate Conditions. |
| QueryBase::$conjunction |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Defines how the conditions on the query need to match. |
| QueryBase::$count |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
TRUE if this is a count query, FALSE if it isn't. |
| QueryBase::$entityType |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Information about the entity type. |
| QueryBase::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The entity type this query runs against. |
| QueryBase::$groupBy |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of columns to group on. |
| QueryBase::$latestRevision |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Flag indicating whether to query the latest revision. |
| QueryBase::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
List of potential namespaces of the classes belonging to this query. |
| QueryBase::$pager |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query pager data. |
| QueryBase::$range |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query range. |
| QueryBase::$sort |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts. |
| QueryBase::$sortAggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts over the aggregate results. |