Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Query::$sqlFields | property | core/ |
An array of fields keyed by the field alias. |
| Query::$sqlGroupBy | property | core/ |
An array of strings for the SQL 'group by' operation. |
| Query::$sqlQuery | property | core/ |
The build sql select query. |
| Query::$tables | property | core/ |
The Tables object for this query. |
| Query::addSort | function | core/ |
Adds the sort to the build query. |
| Query::doGetTables | function | core/ |
Gets the Tables object for this query. |
| Query::existsAggregate | function | core/ |
Queries for the existence of a field. |
| Query::finish | function | core/ |
Finish the query by adding fields, GROUP BY and range. |
| Query::getComments | function | core/ |
Returns a reference to the comments array for the query. |
| Query::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
| Query::getSqlField | function | core/ |
Constructs a select expression for a given field and language. |
| Query::getTables | function | core/ |
Gets the Tables object for this query. |
| Query::isSimpleQuery | function | core/ |
Determines whether the query requires GROUP BY and ORDER BY MIN/MAX. |
| Query::loadRecords | function | core/ |
Loads the config records to examine for the query. |
| Query::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
| Query::result | function | core/ |
Executes the query and returns the result. |
| 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::__construct | function | core/ |
Constructs a Query object. |
| 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. |
| QueryAggregate::$sqlExpressions | property | core/ |
Stores the sql expressions used to build the sql query. |
| QueryAggregate::addSortAggregate | function | core/ |
Builds the aggregation sort part of the query. |
| QueryAggregate::createSqlAlias | function | core/ |
Builds a sql alias as expected in the result. |
| 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::result | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::result(). |
| QueryAggregateInterface::existsAggregate | function | core/ |
Queries for the existence of a field. |
| 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 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/ |
Tests Drupal\Core\Cache\Context\QueryArgsCacheContext. |
| QueryArgsCacheContextTest.php | file | core/ |
|
| QueryArgsCacheContextTest::providerTestGetContext | function | core/ |
Provides a list of query arguments and expected cache contexts. |
| QueryArgsCacheContextTest::testGetContext | function | core/ |
Tests get context. |
| 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. |
Pagination
- Previous page
- Page 1118
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.