Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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::doGetTables function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Gets the Tables object for this 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::getComments function core/lib/Drupal/Core/Database/Query/Query.php Returns a reference to the comments array for the query.
Query::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/Query.php Gets the key value store used to store fast lookups.
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::loadRecords function core/lib/Drupal/Core/Config/Entity/Query/Query.php Loads the config records to examine for the query.
Query::notExistsAggregate function core/lib/Drupal/Core/Entity/Query/Null/Query.php Queries for the nonexistence of a field.
Query::result function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Executes the query and returns the result.
Query::__construct function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Constructs a query object.
Query::__construct function core/lib/Drupal/Core/Database/Query/Query.php Constructs a Query object.
Query::__construct function core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php Constructs a new Query.
Query::__construct function core/lib/Drupal/Core/Config/Entity/Query/Query.php Constructs a Query object.
Query::__sleep function core/lib/Drupal/Core/Database/Query/Query.php Implements the magic __sleep function to disconnect from the database.
Query::__toString function core/lib/Drupal/Core/Database/Query/Query.php Implements PHP magic __toString method to convert the query to a string.
Query::__toString function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Implements the magic __toString method.
QueryAggregate::$sqlExpressions property core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Stores the sql expressions used to build the sql query.
QueryAggregate::addSortAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds the aggregation sort part of the query.
QueryAggregate::createSqlAlias function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds a sql alias as expected in the result.
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::result function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Overrides \Drupal\Core\Entity\Query\Sql\Query::result().
QueryAggregateInterface::existsAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Queries for the existence of a field.
QueryAggregateInterface::notExistsAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Queries for the nonexistence of a field.
QueryAggregateInterface::sortAggregate function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Sorts by an aggregated value.
QueryArgsCacheContext class core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Defines the QueryArgsCacheContext service, for "per query args" caching.
QueryArgsCacheContext.php file core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php
QueryArgsCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Gets cacheability metadata for the context based on the parameter value.
QueryArgsCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Returns the string representation of the cache context.
QueryArgsCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Returns the label of the cache context.
QueryArgsCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php Tests Drupal\Core\Cache\Context\QueryArgsCacheContext.
QueryArgsCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php
QueryArgsCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php Provides a list of query arguments and expected cache contexts.
QueryArgsCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php Tests get context.
QueryBase class core/lib/Drupal/Core/Entity/Query/QueryBase.php The base entity query class.
QueryBase.php file core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryBase::$accessCheck property core/lib/Drupal/Core/Entity/Query/QueryBase.php Whether access check is requested or not.
QueryBase::$aggregate property core/lib/Drupal/Core/Entity/Query/QueryBase.php The list of aggregate expressions.
QueryBase::$allRevisions property core/lib/Drupal/Core/Entity/Query/QueryBase.php Flag indicating whether to query the current revision or all revisions.
QueryBase::$alterMetaData property core/lib/Drupal/Core/Entity/Query/QueryBase.php The query metadata for alter purposes.
QueryBase::$alterTags property core/lib/Drupal/Core/Entity/Query/QueryBase.php The query tags.
QueryBase::$condition property core/lib/Drupal/Core/Entity/Query/QueryBase.php Conditions.

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