Search for query

  1. Search 7.x for query
  2. Search 9.5.x for query
  3. Search 8.9.x for query
  4. Search 11.x for query
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Query class core/lib/Drupal/Core/Entity/Query/Sql/Query.php The SQL storage entity query class.
Query class core/lib/Drupal/Core/Entity/Query/Null/Query.php Defines the entity query for configuration entities.
Query class core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php Defines the entity query for entities stored in a key value backend.

All search results

Title Object type File name Summary
Query class core/lib/Drupal/Core/Entity/Query/Null/Query.php Defines the entity query for configuration entities.
Query class core/lib/Drupal/Core/Entity/Query/Sql/Query.php The SQL storage entity query class.
Query.php file core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php
Query.php file core/lib/Drupal/Core/Entity/Query/Null/Query.php
Query.php file core/lib/Drupal/Core/Entity/Query/Sql/Query.php
Query::$connection property core/lib/Drupal/Core/Entity/Query/Sql/Query.php
Query::$keyValueFactory property core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php The key value factory.
Query::$sqlFields property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of fields keyed by the field alias.
Query::$sqlGroupBy property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of strings for the SQL 'group by' operation.
Query::$sqlQuery property core/lib/Drupal/Core/Entity/Query/Sql/Query.php The build sql select query.
Query::$tables property core/lib/Drupal/Core/Entity/Query/Sql/Query.php The Tables object for this query.
Query::addSort function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Adds the sort to the build query.
Query::compile function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Compiles the conditions.
Query::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Null/Query.php Creates an object holding a group of conditions.
Query::execute function core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php Execute the query.
Query::execute function core/lib/Drupal/Core/Entity/Query/Null/Query.php Execute the query.
Query::execute function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Execute the query.
Query::existsAggregate function core/lib/Drupal/Core/Entity/Query/Null/Query.php Queries for the existence of a field.
Query::finish function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Finish the query by adding fields, GROUP BY and range.
Query::getSqlField function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Constructs a select expression for a given field and language.
Query::getTables function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Gets the Tables object for this query.
Query::isSimpleQuery function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Determines whether the query requires GROUP BY and ORDER BY MIN/MAX.
Query::notExistsAggregate function core/lib/Drupal/Core/Entity/Query/Null/Query.php Queries for the nonexistence of a field.
Query::prepare function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Prepares the basic query with proper metadata/tags and base fields.
Query::result function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Executes the query and returns the result.
Query::__clone function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Implements the magic __clone method.
Query::__construct function core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php Constructs a new Query.
Query::__construct function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Constructs a query object.
Query::__toString function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Implements the magic __toString method.
QueryAggregate class core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php The SQL storage entity query aggregate class.
QueryAggregate.php file core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
QueryAggregate::$sqlExpressions property core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Stores the sql expressions used to build the sql query.
QueryAggregate::addAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the aggregations to the query.
QueryAggregate::addGroupBy function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the groupby values to the actual query.
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::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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.