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
AggregatorFeed::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php
AggregatorItem::query function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php
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.
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.
AssertLegacyTrait::buildXPathQuery function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Builds an XPath query.
AttachedAssetsTest::testAddJsFileWithQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript files that have querystrings attached get added right.
AttachedAssetsTest::testVersionQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript versioning.
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.
Block::query function core/modules/block/src/Plugin/migrate/source/Block.php
BlockCustom::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php
BlockCustomTranslation::query function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php
BlockTranslation::query function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
block_content_query_entity_reference_alter function core/modules/block_content/block_content.module Implements hook_query_TAG_alter().
Box::query function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php
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::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
Color::query function core/modules/color/src/Plugin/migrate/source/d7/Color.php
Comment::query function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
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/d7/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.
ConditionFundamentals::$query property core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php The query this condition belongs to.
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 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::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.

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