Search for query

  1. Search 7.x for query
  2. Search 9.5.x for query
  3. Search 10.3.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/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
AjaxFormCacheTest::testQueryString function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php Tests AJAX forms on pages with a query string.
AliasRepository::getBaseQuery function core/lib/Drupal/Core/Path/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasStorage::getBaseQuery function core/lib/Drupal/Core/Path/AliasStorage.php Returns a SELECT query for the path_alias base table.
BaseFieldDefinition::isQueryable function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Determines whether the field is queryable via QueryInterface.
BaseFieldDefinition::setQueryable function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field is queryable.
Cache::keyFromQuery function core/lib/Drupal/Core/Cache/Cache.php Generates a hash from a query object, to be used as part of the cache key.
cache_context.url.query_args service core/core.services.yml Drupal\Core\Cache\Context\QueryArgsCacheContext
cache_context.url.query_args.pagers service core/core.services.yml Drupal\Core\Cache\Context\PagersCacheContext
CommentType::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php
Condition::$query property core/lib/Drupal/Core/Entity/Query/Sql/Condition.php The SQL entity query object this condition belongs to.
Condition::$queryPlaceholderIdentifier property core/lib/Drupal/Core/Database/Query/Condition.php The identifier of the query placeholder this condition has been compiled against.
ConditionFundamentals::$query property core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php The query this condition belongs to.
ConfigEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Gets the name of the service for the query for this entity storage.
ConfigEntityStorageTest::$entityQuery property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php The entity query.
Connection::handleQueryException function core/lib/Drupal/Core/Database/Connection.php Wraps and re-throws any PDO exception thrown by static::query().
Connection::handleQueryException function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Wraps and re-throws any PDO exception thrown by static::query().
Connection::prepareQuery function core/lib/Drupal/Core/Database/Connection.php Prepares a query string and returns the prepared statement.
Connection::prepareQuery function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Prepares a query string and returns the prepared statement.
Connection::prepareQuery function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Prepares a query string and returns the prepared statement.
Connection::query function core/lib/Drupal/Core/Database/Connection.php Executes a query string against the database.
Connection::query function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Executes a query string against the database.
Connection::query function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Executes a query string against the database.
Connection::queryRange function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/lib/Drupal/Core/Database/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/tests/fixtures/database_drivers/custom/fake/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Runs a limited-range query on this database object.
Connection::queryTemporary function core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/lib/Drupal/Core/Database/Driver/mysql/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/lib/Drupal/Core/Database/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/tests/fixtures/database_drivers/custom/fake/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Runs a SELECT query and stores its results in a temporary table.
ConnectionTest::testQueryTrim function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test rtrim() of query strings.
ConnectionUnitTest::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query.
ConnectionUnitTest::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a query and custom prefetch method.
ConnectionUnitTest::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Tests Database::closeConnection() with a select query.
ContentEntityNullStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Gets the name of the service for the query for this entity storage.
DatabaseLegacyTest::testDbQuery function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_query() function.
DatabaseLegacyTest::testDbQueryRange function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_query_range() function.
DatabaseLegacyTest::testDbQueryTemporary function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_query_temporary() function.
db_query function core/includes/database.inc Executes an arbitrary query string against the active database.
db_query_range function core/includes/database.inc Executes a query against the active database, restricted to a range.
db_query_temporary function core/includes/database.inc Executes a SELECT query string and saves the result set to a temporary table.
DedupeEntityTest::$entityQuery property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The mock entity query.
DedupeEntityTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Helper function to add expectations to the mock entity query object.
DefaultSelection::buildEntityQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Builds an EntityQuery to get referenceable entities.
DefaultSelection::reAlterQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Helper method: Passes a query to the alteration system again.
Drupal::entityQuery function core/lib/Drupal.php Returns the entity query object for this entity type.
Drupal::entityQueryAggregate function core/lib/Drupal.php Returns the entity query aggregate object for this entity type.
DrupalTest::testEntityQuery function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityQuery() method.

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