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
PdoTrait::clientQueryString function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Returns the query string used to prepare the statement.
PerformanceData::$queryCount property core/tests/Drupal/Tests/PerformanceData.php The number of database queries recorded.
PerformanceData::getCacheTagLookupQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag lookup query count.
PerformanceData::getQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the query count.
PerformanceData::logQuery function core/tests/Drupal/Tests/PerformanceData.php Logs a database query.
PerformanceTestTrait::logQuery function core/tests/Drupal/Tests/PerformanceTestTrait.php Logs a query in the performance data.
PerformanceTestTrait::normalizeQuery function core/tests/Drupal/Tests/PerformanceTestTrait.php Normalizes a query by removing the database prefix and newlines.
PerformanceTestTrait::quoteQueryArgs function core/tests/Drupal/Tests/PerformanceTestTrait.php Wraps query arguments in double quotes if they're a string.
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/modules/pgsql/pgsql.services.yml Drupal\pgsql\EntityQuery\QueryFactory
pgsql.entity.query.sql service core/core.services.yml Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory
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
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.
PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT constant core/modules/views/src/Plugin/views/PluginBase.php Query string to indicate the site default language.
PositionShimTestPortedJqueryTestsController class core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php Controller for the testing jQuery UI position shim.
PositionShimTestPortedJqueryTestsController.php file core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php
PositionShimTestPortedJqueryTestsController::build function core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php Provides a page with the jQuery UI position library for testing.
ProfileField::query function core/modules/user/src/Plugin/migrate/source/ProfileField.php Prepares query object to retrieve data from the source database.
ProfileFieldOptionTranslation::query function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldOptionTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldTranslation::query function core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php Prepares query object to retrieve data from the source database.
ProfileFieldValues::query function core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php Prepares query object to retrieve data from the source database.
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.
Query.php file core/lib/Drupal/Core/Config/Entity/Query/Query.php
Query.php file core/lib/Drupal/Core/Database/Query/Query.php
Query.php file core/lib/Drupal/Core/Entity/Query/Sql/Query.php
Query.php file core/lib/Drupal/Core/Entity/Query/Null/Query.php
Query.php file core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php
Query.php file core/modules/workspaces/src/EntityQuery/Query.php
Query::$comments property core/lib/Drupal/Core/Database/Query/Query.php An array of comments that can be prepended to a query.
Query::$configFactory property core/lib/Drupal/Core/Config/Entity/Query/Query.php The config factory used by the config entity query.
Query::$connection property core/lib/Drupal/Core/Database/Query/Query.php The connection object on which to run this query.
Query::$connection property core/lib/Drupal/Core/Entity/Query/Sql/Query.php
Query::$connectionKey property core/lib/Drupal/Core/Database/Query/Query.php The key of the connection object.
Query::$connectionTarget property core/lib/Drupal/Core/Database/Query/Query.php The target of the connection object.
Query::$entityType property core/lib/Drupal/Core/Config/Entity/Query/Query.php Information about the entity type.
Query::$keyValueFactory property core/lib/Drupal/Core/Config/Entity/Query/Query.php The key value factory.
Query::$keyValueFactory property core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php The key value factory.
Query::$nextPlaceholder property core/lib/Drupal/Core/Database/Query/Query.php The placeholder counter.
Query::$queryOptions property core/lib/Drupal/Core/Database/Query/Query.php The query options to pass on to the connection object.
Query::$sqlFields property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of fields keyed by the field alias.
Query::$sqlGroupBy property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of strings for the SQL 'group by' operation.

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