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/modules/workspaces/src/EntityQuery/Query.php Alters entity queries to use a workspace revision instead of the default one.
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
Comment::query function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
CommentEntityTranslation::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentSelection::buildEntityQuery function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Builds an EntityQuery to get referenceable entities.
CommentSelection::entityQueryAlter function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
CommentType::query function core/modules/comment/src/Plugin/migrate/source/CommentType.php
CommonTestController::jsAndCssQuerystring function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Adds a JavaScript file and a CSS file with a query string appended.
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.
Condition::$sqlQuery property core/lib/Drupal/Core/Entity/Query/Sql/Condition.php The current SQL query, set by parent condition compile() method calls.
ConditionAggregate::$sqlQuery property core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php The current SQL query, set by parent condition compile() method calls.
ConditionFundamentals::$query property core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php The query this condition belongs to.
Config::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php
ConfigEntityQueryTest class core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests Config Entity Query functionality.
ConfigEntityQueryTest.php file core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
ConfigEntityQueryTest::$entities property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Stores all config entities created for the test.
ConfigEntityQueryTest::$entityStorage property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php The config entity storage used for testing.
ConfigEntityQueryTest::$factory property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php The query factory used to construct all queries in the test.
ConfigEntityQueryTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Modules to enable.
ConfigEntityQueryTest::$queryResults property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Stores the search results for alter comparison.
ConfigEntityQueryTest::assertResults function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Asserts the results as expected regardless of order.
ConfigEntityQueryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
ConfigEntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Test the entity query alter hooks are invoked.
ConfigEntityQueryTest::testCaseSensitivity function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests case sensitivity.
ConfigEntityQueryTest::testConfigEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests basic functionality.
ConfigEntityQueryTest::testCount function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests count query.
ConfigEntityQueryTest::testDotted function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests dotted path matching.
ConfigEntityQueryTest::testLookupKeys function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests lookup keys are added to the key value store.
ConfigEntityQueryTest::testSortRange function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests sorting and range on config entity queries.
ConfigEntityQueryTest::testStringIdConditions function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests ID conditions.
ConfigEntityQueryTest::testTableSort function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests sorting with tableSort on config entity queries.
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.
ConfigQueryTest class core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Defines the ConfigQueryTest configuration entity used by the query test.
ConfigQueryTest.php file core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php
ConfigQueryTest::$array property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php An array used by the wildcard tests.
ConfigQueryTest::$number property core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php A number used by the sort tests.
ConfigQueryTest::concatProtectedProperty function core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php Concatenates the two params and sets the protected property value.
config_test_entity_query_tag__config_query_test__config_entity_query_alter_hook_test_alter function core/modules/config/tests/config_test/config_test.module Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
Connection::query function core/lib/Drupal/Core/Database/Connection.php Executes a query string against the database.
Connection::query function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Executes a query string against the database.
Connection::queryRange function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Runs a limited-range query on this database object.
Connection::queryRange function core/modules/mysql/src/Driver/Database/mysql/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/tests/fixtures/database_drivers/custom/fake/Connection.php Runs a limited-range query on this database object.
Connection::queryTemporary function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/modules/mysql/src/Driver/Database/mysql/Connection.php Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Runs a SELECT query and stores its results in a temporary table.
ConnectionTest::testMultipleStatementsQuery function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Ensure that you cannot execute multiple statements in a query.
ConnectionTest::testQueryTrim function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Test rtrim() of query strings.

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