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
Action::query function core/modules/system/src/Plugin/migrate/source/Action.php Prepares query object to retrieve data from the source database.
ActiveLinkTest::testQueryStringQuotes function core/modules/system/tests/src/FunctionalJavascript/ActiveLinkTest.php Ensures no JS error is thrown with query strings containing special chars.
AjaxFormCacheTest::testQueryString function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php Tests AJAX forms on pages with a query string.
AllExceptHostEntity::buildEntityQuery function core/modules/system/tests/modules/entity_reference_test/src/Plugin/EntityReferenceSelection/AllExceptHostEntity.php Builds an EntityQuery to get referenceable entities.
AlterTest::testSimpleAlterSubquery function core/tests/Drupal/KernelTests/Core/Database/AlterTest.php Tests that we can do basic alters on subqueries.
AssertContentTrait::buildXPathQuery function core/tests/Drupal/KernelTests/AssertContentTrait.php Builds an XPath query.
asset.query_string service core/core.services.yml Drupal\Core\Asset\AssetQueryString
AssetQueryString class core/lib/Drupal/Core/Asset/AssetQueryString.php Stores a cache busting query string service for asset URLs.
AssetQueryString.php file core/lib/Drupal/Core/Asset/AssetQueryString.php
AssetQueryString::get function core/lib/Drupal/Core/Asset/AssetQueryString.php Gets the query string value.
AssetQueryString::reset function core/lib/Drupal/Core/Asset/AssetQueryString.php Resets the cache query string added to all CSS and JavaScript URLs.
AssetQueryString::STATE_KEY constant core/lib/Drupal/Core/Asset/AssetQueryString.php The key used for state.
AssetQueryString::__construct function core/lib/Drupal/Core/Asset/AssetQueryString.php Creates a new AssetQueryString instance.
AssetQueryStringInterface interface core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Provides a cache busting query string service for asset URLs.
AssetQueryStringInterface.php file core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php
AssetQueryStringInterface::get function core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Gets the query string value.
AssetQueryStringInterface::reset function core/lib/Drupal/Core/Asset/AssetQueryStringInterface.php Resets the cache query string added to all CSS and JavaScript URLs.
AssetQueryStringTest class core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php Tests the asset query string functionality.
AssetQueryStringTest.php file core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php
AssetQueryStringTest::testResetGet function core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php @covers ::get[[api-linebreak]]
@covers ::reset[[api-linebreak]]
AttachedAssetsTest::testAddJsFileWithQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript files that have query strings attached get added right.
AttachedAssetsTest::testVersionQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript versioning.
Block::query function core/modules/block/src/Plugin/migrate/source/Block.php Prepares query object to retrieve data from the source database.
BlockContentHooks::queryEntityReferenceAlter function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_query_TAG_alter().
BlockCustom::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Prepares query object to retrieve data from the source database.
BlockCustomTranslation::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Prepares query object to retrieve data from the source database.
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Prepares query object to retrieve data from the source database.
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Prepares query object to retrieve data from the source database.
Box::query function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Prepares query object to retrieve data from the source database.
Breakpoint::getMediaQuery function core/modules/breakpoint/src/Breakpoint.php Returns the media query.
BreakpointInterface::getMediaQuery function core/modules/breakpoint/src/BreakpointInterface.php Returns the media query.
BreakpointTest::testGetMediaQuery function core/modules/breakpoint/tests/src/Unit/BreakpointTest.php @covers ::getMediaQuery[[api-linebreak]]
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
Comment::query function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Prepares query object to retrieve data from the source database.
Comment::query function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Prepares query object to retrieve data from the source database.
CommentEntityTranslation::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Prepares query object to retrieve data from the source database.
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 altering the SelectQuery generated by EntityFieldQuery.
CommentType::query function core/modules/comment/src/Plugin/migrate/source/CommentType.php Prepares query object to retrieve data from the source database.
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 query placeholder identifier 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.
ConfigEntity::query function core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php Prepares query object to retrieve data from the source database.
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.

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