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
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with an empty media query.
ResponsiveImageStyles::query function core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php Prepares query object to retrieve data from the source database.
Result::query function core/modules/views/src/Plugin/views/area/Result.php Add anything to the query that we might need to.
ResultTest::testQuery function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Tests the query method.
Role::query function core/modules/user/src/Plugin/migrate/source/d6/Role.php Prepares query object to retrieve data from the source database.
Role::query function core/modules/user/src/Plugin/migrate/source/d7/Role.php Prepares query object to retrieve data from the source database.
Roles::query function core/modules/user/src/Plugin/views/field/Roles.php Called to add the field to a query.
RolesRid::titleQuery function core/modules/user/src/Plugin/views/argument/RolesRid.php Override for specific title lookups.
RolesRidTest::testTitleQuery function core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php Tests the titleQuery method.
RouteCachingQueryAlteredTest class core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Tests the route cache when the request's query parameters are altered.
RouteCachingQueryAlteredTest.php file core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
RouteCachingQueryAlteredTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php The theme to install as the default for testing.
RouteCachingQueryAlteredTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Modules to install.
RouteCachingQueryAlteredTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
RouteCachingQueryAlteredTest::testRouteCollectionCacheAfterException function core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Tests route collection cache after an exception.
RouteProvider::getQueryParametersCacheIdPart function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the query parameters identifier for the route collection cache.
RouteTest::providerTestRouteWithParamQuery function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Data provider for testRouteWithParamQuery().
RouteTest::testRouteWithParamQuery function core/modules/migrate/tests/src/Kernel/process/RouteTest.php Tests Route plugin based on providerTestRoute() values.
RowPluginBase::query function core/modules/views/src/Plugin/views/row/RowPluginBase.php Add anything to the query that we might need to.
Schema::queryFieldInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Fetches the list of constraints used on a field.
Schema::queryTableInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Fetch the list of blobs and sequences used on a table.
Score::query function core/modules/search/src/Plugin/views/sort/Score.php Called to add the sort to a query.
Score::query function core/modules/search/src/Plugin/views/field/Score.php Called to add the field to a query.
Search::$searchQuery property core/modules/search/src/Plugin/views/filter/Search.php A search query to use for parsing search keywords.
Search::$searchQuery property core/modules/search/src/Plugin/views/argument/Search.php A search query to use for parsing search keywords.
Search::query function core/modules/search/src/Plugin/views/filter/Search.php Add this filter to the query.
Search::query function core/modules/search/src/Plugin/views/argument/Search.php Set up the query for this argument.
Search::queryParseSearchExpression function core/modules/search/src/Plugin/views/filter/Search.php Sets up and parses the search query.
Search::queryParseSearchExpression function core/modules/search/src/Plugin/views/argument/Search.php Sets up and parses the search query.
SearchDateIntervalTest::testDateIntervalQueryAlter function core/modules/search/tests/src/Functional/SearchDateIntervalTest.php Tests searching with date filters that exclude some translations.
SearchDateQueryAlterHooks class core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php Hook implementations for search_date_query_alter.
SearchDateQueryAlterHooks.php file core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php
SearchDateQueryAlterHooks::querySearchNodeSearchAlter function core/modules/search/tests/modules/search_date_query_alter/src/Hook/SearchDateQueryAlterHooks.php Implements hook_query_TAG_alter().
SearchExactTest::testExactQuery function core/modules/search/tests/src/Functional/SearchExactTest.php Tests that the correct number of pager links are found for both keywords and phrases.
SearchInterface::buildSearchUrlQuery function core/modules/search/src/Plugin/SearchInterface.php Builds the URL GET query parameters array for search.
SearchMatchTest::_testQueryMatching function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests the matching abilities of the engine.
SearchMatchTest::_testQueryScores function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests the scoring abilities of the engine.
SearchPageRepository::getQuery function core/modules/search/src/SearchPageRepository.php Returns an entity query instance.
SearchPageRepositoryTest::$query property core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php The entity query object.
SearchPluginBase::buildSearchUrlQuery function core/modules/search/src/Plugin/SearchPluginBase.php Builds the URL GET query parameters array for search.
SearchQuery class core/modules/search/src/SearchQuery.php Search query extender and helper functions.
SearchQuery class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/SearchQuery.php CoreFakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery.
SearchQuery.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/SearchQuery.php
SearchQuery.php file core/modules/search/src/SearchQuery.php
SearchQuery::$conditions property core/modules/search/src/SearchQuery.php Conditions that are used for exact searches.
SearchQuery::$executedPrepare property core/modules/search/src/SearchQuery.php Indicates whether the preparation step has been executed.
SearchQuery::$keys property core/modules/search/src/SearchQuery.php Parsed-out positive and negative search keys.
SearchQuery::$matches property core/modules/search/src/SearchQuery.php Indicates how many matches for a search query are necessary.
SearchQuery::$multiply property core/modules/search/src/SearchQuery.php Multipliers for score expressions.
SearchQuery::$normalize property core/modules/search/src/SearchQuery.php Multiplier to normalize the keyword score.

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