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
ConnectionUnitTest::getQuery function core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php Returns a set of queries specific for PostgreSQL.
ConnectionUnitTest::getQuery function core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php Returns a set of queries specific for MySQL.
ContactCategory::query function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
ContentEntity::query function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Query to retrieve the entities.
ContentEntityNullStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Gets the name of the service for the query for this entity storage.
ContentEntityNullStorageTest::testEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests using entity query with ContentEntityNullStorage.
content_moderation_test_views_views_query_alter function core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.module Implements hook_views_query_alter().
content_moderation_views_query_substitutions function core/modules/content_moderation/content_moderation.views_execution.inc Implements hook_views_query_substitutions().
ContextualLinks::query function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Called to add the field to a query.
ContextualLinksTest::testContextualLinksDestinationWithQuery function core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php Tests the contextual links destination with query.
Counter::query function core/modules/views/src/Plugin/views/field/Counter.php Called to add the field to a query.
Current::query function core/modules/user/src/Plugin/views/filter/Current.php Add this filter to the query.
Custom::query function core/modules/views/src/Plugin/views/field/Custom.php Called to add the field to a query.
DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException function core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php Tests the expected database exception thrown for inexistent tables.
DatabaseStorageTest::testExceptionIsThrownIfQueryFails function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php Tests that operations throw exceptions if the query fails.
DatabaseTestController::pagerQueryEven function core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php Runs a pager query and returns the results.
DatabaseTestController::pagerQueryOdd function core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php Runs a pager query and returns the results.
database_test_query_alter function core/modules/system/tests/modules/database_test/database_test.module Implements hook_query_alter().
database_test_query_database_test_alter_remove_range_alter function core/modules/system/tests/modules/database_test/database_test.module Implements hook_query_TAG_alter().
DataEntityRow::query function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Add anything to the query that we might need to.
Date::query function core/modules/views/src/Plugin/views/sort/Date.php Called to add the sort to a query.
DbLogController::buildFilterQuery function core/modules/dblog/src/Controller/DbLogController.php Builds a query for database log administration filters based on session.
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.
DefaultSummary::query function core/modules/views/src/Plugin/views/style/DefaultSummary.php Add anything to the query that we might need to.
DisplayExtenderPluginBase::query function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Inject anything into the query that the display_extender handler needs.
DisplayExtenderTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Inject anything into the query that the display_extender handler needs.
DisplayPluginBase::query function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Add anything to the query that we might need to.
DisplayPluginInterface::query function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Injects anything into the query that the display handler needs.
DistributionProfileTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Tests distribution profile support with a 'langcode' query string.
DistributionProfileTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
DistributionProfileTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The theme to install as the default for testing.
DistributionProfileTranslationQueryTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The distribution profile info.
DistributionProfileTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The language code in which to install Drupal.
DistributionProfileTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Returns the string for the test .po file.
DistributionProfileTranslationQueryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Prepares the current environment for running the test.
DistributionProfileTranslationQueryTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select language.
DistributionProfileTranslationQueryTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select installation profile.
DistributionProfileTranslationQueryTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Configure settings.
DistributionProfileTranslationQueryTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Visits the interactive installer.
DriverSpecificConnectionUnitTestBase::getQuery function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns a set of queries specific for the database in testing.
DriverSpecificConnectionUnitTestBase::testOpenQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query.
DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a query and custom prefetch method.
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a select query.
DriverSpecificTransactionTestBase::testQueryFailureInTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests that transactions can continue to be used if a query fails.
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.
DrupalTest::testEntityQueryAggregate function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the entityQueryAggregate() method.

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