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
Title Object type File name Summary
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.
CommentType::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php
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.
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.
EasyRdf_ParsedUri::$query property core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php
EasyRdf_ParsedUri::getQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Returns the query string part of the URI (e.g. foo=bar)
EasyRdf_ParsedUri::setQuery function core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php Set the query string of the URI (e.g. foo=bar)
LargeQueryTest class core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php Tests handling of large queries.
LargeQueryTest.php file core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php
LargeQueryTest::testMaxAllowedPacketQueryTruncating function core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php Tests truncation of messages when max_allowed_packet exception occurs.
LegacyLibraryDiscoveryTest::testJqueryUiAccordion function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.accordion library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiCheckboxradio function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.checkboxradio library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiControlgroup function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.controlgroup library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiDroppable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.droppable library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsBlind function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.blind library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsBounce function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.bounce library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsClip function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.clip library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsCore function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.core library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsDrop function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.drop library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsExplode function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.explode library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsFade function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.fade library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsFold function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.fold library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsHighlight function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.highlight library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsPuff function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.puff library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsPulsate function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.pulsate library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsScale function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.scale library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsShake function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.shake library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsSize function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.size library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsSlide function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.slide library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsTransfer function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.transfer library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiProgressbar function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.progressbar library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiSelectable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.selectable library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiSelectmenu function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.selectmenu library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiSlider function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.slider library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiSpinner function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.spinner library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiTabs function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.tabs library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiTooltip function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.tooltip library is deprecated.
PagerDeprecationTest::testGetQueryParameters function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_get_query_parameters is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->getQueryParameters() instead. See https://www.drupal.org/node/2779457
PagerDeprecationTest::testQueryAddPage function core/modules/system/tests/src/Kernel/Pager/PagerDeprecationTest.php @expectedDeprecation pager_query_add_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface->getUpdatedParameters() instead. See https://www.drupal.org/node/2779457
pager_get_query_parameters function core/includes/pager.inc Compose a URL query parameter array for pager links.

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