Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getConnection | function | core/ |
Gets the database connection to be used for the query. |
| 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::nextPlaceholder | function | core/ |
Gets the next placeholder value for this query object. |
| Query::notExistsAggregate | function | core/ |
|
| Query::prepare | function | core/ |
Prepares the basic query with proper metadata/tags and base fields. |
| Query::prepare | function | core/ |
|
| Query::result | function | core/ |
Executes the query and returns the result. |
| Query::uniqueIdentifier | function | core/ |
Returns a unique identifier for this object. |
| Query::__clone | function | core/ |
Implements the magic __clone function. |
| Query::__clone | function | core/ |
Resets cached SQL query state and re-parents conditions on clone. |
| 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::__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. |
| 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 group by 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/ |
|
| QueryAggregate::createSqlAlias | function | core/ |
Builds a sql alias as expected in the result. |
| QueryAggregate::execute | function | core/ |
|
| QueryAggregate::existsAggregate | function | core/ |
|
| QueryAggregate::finish | function | core/ |
Overrides \Drupal\Core\Entity\Query\Sql\Query::finish(). |
| QueryAggregate::notExistsAggregate | function | core/ |
|
| QueryAggregate::prepare | function | core/ |
|
| QueryAggregate::prepare | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 1305
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.