Search for query
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Query | class | core/ |
Alters entity queries to use a workspace revision instead of the default one. |
Query | class | core/ |
Defines the entity query for configuration entities. |
Query | class | core/ |
Base class for query builders. |
Query | class | core/ |
The SQL storage entity query class. |
Query | class | core/ |
Defines the entity query for configuration entities. |
Query | class | core/ |
Defines the entity query for entities stored in a key value backend. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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. |
QueryArgsCacheContext | class | core/ |
Defines the QueryArgsCacheContext service, for "per query args" caching. |
QueryArgsCacheContext.php | file | core/ |
|
QueryArgsCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context based on the parameter value. |
QueryArgsCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
QueryArgsCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
QueryArgsCacheContextTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\Context\QueryArgsCacheContext @group Cache |
QueryArgsCacheContextTest.php | file | core/ |
|
QueryArgsCacheContextTest::providerTestGetContext | function | core/ |
Provides a list of query arguments and expected cache contexts. |
QueryArgsCacheContextTest::testGetContext | function | core/ |
@covers ::getContext |
QueryBase | class | core/ |
The base entity query class. |
QueryBase.php | file | core/ |
|
QueryBase::$accessCheck | property | core/ |
Whether access check is requested or not. |
QueryBase::$aggregate | property | core/ |
The list of aggregate expressions. |
QueryBase::$allRevisions | property | core/ |
Flag indicating whether to query the current revision or all revisions. |
QueryBase::$alterMetaData | property | core/ |
The query metadata for alter purposes. |
QueryBase::$alterTags | property | core/ |
The query tags. |
QueryBase::$condition | property | core/ |
Conditions. |
QueryBase::$conditionAggregate | property | core/ |
Aggregate Conditions. |
QueryBase::$conjunction | property | core/ |
Defines how the conditions on the query need to match. |
QueryBase::$count | property | core/ |
TRUE if this is a count query, FALSE if it isn't. |
QueryBase::$entityType | property | core/ |
Information about the entity type. |
QueryBase::$entityTypeId | property | core/ |
The entity type this query runs against. |
QueryBase::$groupBy | property | core/ |
The list of columns to group on. |
QueryBase::$latestRevision | property | core/ |
Flag indicating whether to query the latest revision. |
QueryBase::$namespaces | property | core/ |
List of potential namespaces of the classes belonging to this query. |
QueryBase::$pager | property | core/ |
The query pager data. |
QueryBase::$range | property | core/ |
The query range. |
QueryBase::$sort | property | core/ |
The list of sorts. |
QueryBase::$sortAggregate | property | core/ |
The list of sorts over the aggregate results. |
QueryBase::accessCheck | function | core/ |
Enables or disables access checking for this query. |
QueryBase::addMetaData | function | core/ |
Adds additional metadata to the query. |
QueryBase::addTag | function | core/ |
Adds a tag to a query. |
QueryBase::aggregate | function | core/ |
|
QueryBase::allRevisions | function | core/ |
Queries all the revisions. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.