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/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
None::executeCountQuery function core/modules/views/src/Plugin/views/pager/None.php Execute the count query, which will be done just prior to the query
itself being executed.
None::query function core/modules/views/src/Plugin/views/pager/None.php Modify the query for paging
None::useCountQuery function core/modules/views/src/Plugin/views/pager/None.php Determine if a pager needs a count query.
NoSourceModule::query function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
NullArgument::query function core/modules/views/src/Plugin/views/argument/NullArgument.php Override the behavior of query() to prevent the query
from being changed in any way.
NumericArgument::query function core/modules/views/src/Plugin/views/argument/NumericArgument.php Set up the query for this argument.
NumericArgument::titleQuery function core/modules/views/src/Plugin/views/argument/NumericArgument.php Override for specific title lookups.
NumericFilter::query function core/modules/views/src/Plugin/views/filter/NumericFilter.php Add this filter to the query.
OEmbedSourceTest::testLocalThumbnailUriQueryStringIsIgnored function core/modules/media/tests/src/Kernel/OEmbedSourceTest.php @covers ::getLocalThumbnailUri
OffsetPage::createFromQueryParameter function core/modules/jsonapi/src/Query/OffsetPage.php Creates an OffsetPage object from a query parameter.
OffsetPageTest::testCreateFromQueryParameter function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php @covers ::createFromQueryParameter
@dataProvider parameterProvider
OffsetPageTest::testCreateFromQueryParameterFail function core/modules/jsonapi/tests/src/Unit/Query/OffsetPageTest.php @covers ::createFromQueryParameter
OrderByTest::$query property core/tests/Drupal/Tests/Core/Database/OrderByTest.php The select query object to test.
PageCacheTest::testQueryParameterFormatRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support for different cache items with different request formats
specified via a query parameter.
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
PagerParameters::getPagerQuery function core/lib/Drupal/Core/Pager/PagerParameters.php Gets the request query parameter.
PagerParameters::getQueryParameters function core/lib/Drupal/Core/Pager/PagerParameters.php Gets all request URL query parameters that are unrelated to paging.
PagerParametersInterface::getPagerQuery function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets the request query parameter.
PagerParametersInterface::getQueryParameters function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets all request URL query parameters that are unrelated to paging.
PagerPluginBase::executeCountQuery function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Execute the count query, which will be done just prior to the query
itself being executed.
PagerPluginBase::query function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Modify the query for paging
PagerPluginBase::useCountQuery function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Determine if a pager needs a count query.
PagerPluginBaseTest::testExecuteCountQueryWithOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with a set offset.
PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with an offset larger than result count.
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method without a set offset.
PagerPluginBaseTest::testUseCountQuery function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the useCountQuery() method.
PagerSelectExtender::$customCountQuery property core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php The count query that will be used for this pager.
PagerSelectExtender::getCountQuery function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Retrieve the count query for this pager.
PagerSelectExtender::setCountQuery function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Specify the count query object to use for this pager.
PagerTest::testPagerQueryParametersAndCacheContext function core/modules/system/tests/src/Functional/Pager/PagerTest.php Test proper functioning of the query parameters and the pager cache context.
PagerTestController::queryParameters function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a pager with 'parameters' variable.
pager_get_query_parameters function core/includes/pager.inc Compose a URL query parameter array for pager links.
pager_query_add_page function core/includes/pager.inc Gets the URL query parameter array of a pager link.
Path::query function core/modules/node/src/Plugin/views/field/Path.php Called to add the field to a query.
PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a front page + query + fragments.
PathValidatorTest::testGetUrlIfValidWithQuery function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a query in the path.
Permissions::query function core/modules/user/src/Plugin/views/field/Permissions.php Called to add the field to a query.
Permissions::query function core/modules/user/src/Plugin/views/filter/Permissions.php Replace the configured permission with a filter by all roles that have this
permission.
pgsql.entity.query.sql service core/core.services.yml Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
pgsql.workspaces.entity.query.sql service core/modules/workspaces/workspaces.services.yml Drupal\workspaces\EntityQuery\PgsqlQueryFactory
PgsqlQueryFactory class core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Workspaces PostgreSQL-specific entity query implementation.
PgsqlQueryFactory.php file core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
PgsqlQueryFactory::$workspaceManager property core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php The workspace manager.
PgsqlQueryFactory::get function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
PgsqlQueryFactory::getAggregate function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php
PgsqlQueryFactory::__construct function core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php Constructs a PgsqlQueryFactory object.
plugin.manager.views.query service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
PluginBase::query function core/modules/views/src/Plugin/views/PluginBase.php Add anything to the query that we might need to.
PluginBase::queryLanguageSubstitutions function core/modules/views/src/Plugin/views/PluginBase.php Returns substitutions for Views queries for languages.

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