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 10.3.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/Config/Entity/Query/Query.php Defines the entity query for configuration entities.
Query class core/lib/Drupal/Core/Database/Query/Query.php Base class for query builders.
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
QueryFactory::$namespaces property core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php The namespace of this class, the parent class etc.
QueryFactory::CONFIG_LOOKUP_PREFIX constant core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php The prefix for the key value collection for fast lookups.
QueryFactory::deleteConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Deletes lookup data.
QueryFactory::get function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Gets the key value store used to store fast lookups.
QueryFactory::getKeys function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Creates lookup keys for configuration data.
QueryFactory::getSubscribedEvents function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
QueryFactory::getValues function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Finds all the values for a configuration key in a configuration object.
QueryFactory::onConfigDelete function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Removes configuration entity from key store.
QueryFactory::onConfigSave function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Updates configuration entity in the key store.
QueryFactory::updateConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Updates or adds lookup data.
QueryFactory::__construct function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Constructs a QueryFactory object.
QueryFactory::__construct function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Constructs a QueryFactory object.
QueryFactory::__construct function core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php Constructs a QueryFactory object.
QueryFactory::__construct function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Constructs a QueryFactory object.
QueryFactory::__construct function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Constructs a QueryFactory object.
QueryFactoryInterface interface core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Defines an interface for QueryFactory classes.
QueryFactoryInterface.php file core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php
QueryFactoryInterface::get function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an entity query for a given entity type.
QueryFactoryInterface::getAggregate function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an aggregation query object for a given entity type.
QueryFactoryTest class core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Tests Drupal\Core\Config\Entity\Query\QueryFactory.
QueryFactoryTest.php file core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
QueryFactoryTest::getConfigObject function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Gets a test configuration object.
QueryFactoryTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php
QueryFactoryTest::testGetKeys function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Tests get keys.
QueryFactoryTest::testGetKeysWildCardEnd function core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php Tests get keys wild card end.
QueryInterface interface core/lib/Drupal/Core/Entity/Query/QueryInterface.php Interface for entity queries.
QueryInterface.php file core/lib/Drupal/Core/Entity/Query/QueryInterface.php
QueryInterface::accessCheck function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables or disables access checking for this query.
QueryInterface::allRevisions function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries all the revisions.
QueryInterface::andConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Creates a new group of conditions ANDed together.
QueryInterface::condition function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Add a condition to the query or a condition group.
QueryInterface::count function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Makes this a count query.
QueryInterface::currentRevision function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Limits the query to only default revisions.
QueryInterface::execute function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Execute the query.
QueryInterface::exists function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries for a non-empty value on a field.
QueryInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Gets the ID of the entity type for this query.
QueryInterface::latestRevision function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries the latest revision.
QueryInterface::notExists function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries for an empty field.
QueryInterface::orConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Creates a new group of conditions ORed together.
QueryInterface::pager function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables a pager for the query.
QueryInterface::range function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Defines the range of the query.
QueryInterface::sort function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Sorts the result set by a given field.

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