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
UrlAliasBase::query function core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php Prepares query object to retrieve data from the source database.
UrlAlterTest::testUrlWithQueryString function core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php Tests altering outbound query string.
UrlHelper::buildQuery function core/lib/Drupal/Component/Utility/UrlHelper.php Parses an array into a valid query string encoded with rawurlencode().
UrlHelper::compressQueryParameter function core/lib/Drupal/Component/Utility/UrlHelper.php Compresses a string for use in a query parameter.
UrlHelper::filterQueryParameters function core/lib/Drupal/Component/Utility/UrlHelper.php Filters a URL query parameter array to remove unwanted elements.
UrlHelper::uncompressQueryParameter function core/lib/Drupal/Component/Utility/UrlHelper.php Takes a compressed parameter and converts it back to the original.
UrlHelperTest::providerTestBuildQuery function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Provides test data for testBuildQuery().
UrlHelperTest::providerTestFilterQueryParameters function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Provides data to self::testFilterQueryParameters().
UrlHelperTest::testBuildQuery function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Tests query building.
UrlHelperTest::testFilterQueryParameters function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Tests query filtering.
UrlTest::testDrupalGetQueryParameters function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests UrlHelper::filterQueryParameters().
User::query function core/modules/user/src/Plugin/migrate/source/d6/User.php Prepares query object to retrieve data from the source database.
User::query function core/modules/user/src/Plugin/migrate/source/d7/User.php Prepares query object to retrieve data from the source database.
UserEntityTranslation::query function core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php Prepares query object to retrieve data from the source database.
UserPicture::query function core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php Prepares query object to retrieve data from the source database.
UserPictureFile::query function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Prepares query object to retrieve data from the source database.
UserSelection::buildEntityQuery function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Builds an EntityQuery to get referenceable entities.
UserSelection::entityQueryAlter function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Allows altering the SelectQuery generated by EntityFieldQuery.
UserTest::testQueryInvolvingRoles function core/modules/jsonapi/tests/src/Functional/UserTest.php Tests good error DX when trying to filter users by role.
UserUid::query function core/modules/tracker/src/Plugin/views/filter/UserUid.php Add this filter to the query.
UserUid::query function core/modules/tracker/src/Plugin/views/argument/UserUid.php Set up the query for this argument.
UserUid::query function core/modules/comment/src/Plugin/views/filter/UserUid.php Add this filter to the query.
UserUid::query function core/modules/comment/src/Plugin/views/argument/UserUid.php Set up the query for this argument.
UserViewsExecutionHooks::viewsQuerySubstitutions function core/modules/user/src/Hook/UserViewsExecutionHooks.php Implements hook_views_query_substitutions().
user_views_query_substitutions function core/modules/user/user.views_execution.inc Implements hook_views_query_substitutions().
Variable::query function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Prepares query object to retrieve data from the source database.
VariableMultiRow::query function core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php Prepares query object to retrieve data from the source database.
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Prepares query object to retrieve data from the source database.
VariableTranslation::query function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Prepares query object to retrieve data from the source database.
Vid::titleQuery function core/modules/node/src/Plugin/views/argument/Vid.php Override the behavior of title(). Get the title of the revision.
ViewAjaxController::FILTERED_QUERY_PARAMETERS constant core/modules/views/src/Controller/ViewAjaxController.php Parameters that should be filtered and ignored inside ajax requests.
ViewExecutable::$query property core/modules/views/src/ViewExecutable.php Where the $query object will reside.
ViewExecutable::getQuery function core/modules/views/src/ViewExecutable.php Gets the current query plugin.
ViewExecutable::initQuery function core/modules/views/src/ViewExecutable.php Initializes the query object for the view.
ViewExecutable::_preQuery function core/modules/views/src/ViewExecutable.php Runs the preQuery() on all active handlers.
ViewMode::query function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Prepares query object to retrieve data from the source database.
Views query plugins group core/modules/views/src/Plugin/views/query/QueryPluginBase.php Plugins for views queries.
views.query.schema.yml file core/modules/views/config/schema/views.query.schema.yml core/modules/views/config/schema/views.query.schema.yml
views.view.test_argument_default_query_param.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml
ViewsHandlerInterface::preQuery function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run before the view is built.
ViewsHooks::queryViewsAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_query_TAG_alter().
ViewsOperations::alterQueryForEntityType function core/modules/workspaces/src/Hook/ViewsOperations.php Alters the entity type tables for a Views query.
ViewsOperations::viewsQueryAlter function core/modules/workspaces/src/Hook/ViewsOperations.php Implements hook_views_query_alter().
ViewsPluginInterface::query function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Add anything to the query that we might need to.
ViewsQuery class core/modules/views/src/Annotation/ViewsQuery.php Defines a Plugin annotation object for views query plugins.
ViewsQuery class core/modules/views/src/Attribute/ViewsQuery.php Defines a ViewsQuery attribute for plugin discovery.
ViewsQuery.php file core/modules/views/src/Attribute/ViewsQuery.php
ViewsQuery.php file core/modules/views/src/Annotation/ViewsQuery.php
ViewsQuery::$help property core/modules/views/src/Annotation/ViewsQuery.php A short help string; this is displayed in the views UI.
ViewsQuery::$id property core/modules/views/src/Annotation/ViewsQuery.php The plugin ID.

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