Search for query
- Search 7.x for query
- Search 9.5.x for query
- Search 8.9.x for query
- Search 10.3.x for query
- Other projects
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 |
---|---|---|---|
Query::__construct | function | core/ |
Constructs a Query object. |
Query::__construct | function | core/ |
Constructs a Query object. |
Query::__construct | function | core/ |
Constructs a query object. |
Query::__construct | function | core/ |
Constructs a new Query. |
Query::__sleep | function | core/ |
Implements the magic __sleep function to disconnect from the database. |
Query::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
Query::__toString | function | core/ |
Implements the magic __toString method. |
Query::__wakeup | function | core/ |
Implements the magic __wakeup function to reconnect to the database. |
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. |
QueryAggregate::createSqlAlias | function | core/ |
Builds a sql alias as expected in the result. |
QueryAggregate::execute | function | core/ |
Execute the query. |
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. |
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.