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
FieldInstancePerViewMode::query function core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php Prepares query object to retrieve data from the source database.
FieldKernelTest::testQuery function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests all things related to the query.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Prepares query object to retrieve data from the source database.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Prepares query object to retrieve data from the source database.
FieldOptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php Prepares query object to retrieve data from the source database.
FieldOptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php Prepares query object to retrieve data from the source database.
FieldPluginBase::query function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Called to add the field to a query.
FieldPluginBaseTest::providerTestGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testGetRenderTokensWithQuery().
FieldPluginBaseTest::testGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php @covers ::getRenderTokens[[api-linebreak]]
@covers ::getTokenValuesRecursive[[api-linebreak]]
@dataProvider providerTestGetRenderTokensWithQuery
FieldResolver::resolveInternalEntityQueryPath function core/modules/jsonapi/src/Context/FieldResolver.php Resolves external field expressions into entity query compatible paths.
FieldResolverTest::resolveInternalEntityQueryPathErrorProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPathError.
FieldResolverTest::resolveInternalEntityQueryPathProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPath.
FieldResolverTest::testResolveInternalEntityQueryPath function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php @covers ::resolveInternalEntityQueryPath[[api-linebreak]]
@dataProvider resolveInternalEntityQueryPathProvider
FieldResolverTest::testResolveInternalEntityQueryPathError function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Expects an error when an invalid field is provided for filter and sort.
FieldTest::testQueryWithGroupByForBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query[[api-linebreak]]
FieldTest::testQueryWithGroupByForConfigField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query[[api-linebreak]]
FieldTestHooks::entityQueryAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_entity_query_alter().
FieldTestHooks::entityQueryEntityTestMulrevAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_entity_query_ENTITY_TYPE_alter() for 'entity_test_mulrev'.
FieldTestHooks::entityQueryTagEntityQueryAlterTagTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_entity_query_tag__TAG_alter() for 'entity_query_alter_tag_test'.
FieldTestHooks::entityQueryTagEntityTestMulrevEntityQueryEntityTestMulrevAlterTagTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
FieldTestHooks::queryEfqMetadataTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_query_TAG_alter() for tag 'efq_metadata_test'.
FieldTestHooks::queryEfqTablePrefixingTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
File::query function core/modules/file/src/Plugin/migrate/source/d6/File.php Prepares query object to retrieve data from the source database.
File::query function core/modules/file/src/Plugin/migrate/source/d7/File.php Prepares query object to retrieve data from the source database.
FileEntityFormatterTest::testFormatterFileLinkWithQueryString function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter using a query string.
FileSelection::buildEntityQuery function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Builds an EntityQuery to get referenceable entities.
FileUsed::query function core/modules/file/tests/modules/file_test_get_ids/src/Plugin/migrate/source/d7/FileUsed.php Prepares query object to retrieve data from the source database.
Filter::createFromQueryParameter function core/modules/jsonapi/src/Query/Filter.php Creates a Sort object from a query parameter.
Filter::queryCondition function core/modules/jsonapi/src/Query/Filter.php Applies the root condition to the given query.
FilterBooleanOperatorDefaultTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php Add this filter to the query.
FilterExceptionTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php Add this filter to the query.
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php Prepares query object to retrieve data from the source database.
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php Prepares query object to retrieve data from the source database.
FilterPluginBase::query function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add this filter to the query.
FilterTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php Add this filter to the query.
FilterTest::queryConditionData function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Simply provides test data to keep the actual test method tidy.
FilterTest::testCreateFromQueryParameter function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::createFromQueryParameter[[api-linebreak]]
@dataProvider parameterProvider
FilterTest::testCreateFromQueryParameterNested function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::createFromQueryParameter[[api-linebreak]]
FilterTest::testFilterQuery function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests query of the row plugin.
FilterTest::testQueryCondition function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition[[api-linebreak]]
Formula::query function core/modules/views/src/Plugin/views/argument/Formula.php Build the query based upon the formula.
Formula::summaryQuery function core/modules/views/src/Plugin/views/argument/Formula.php Build the summary query based on a formula.
ForumBlockBase::buildForumQuery function core/modules/forum/src/Plugin/Block/ForumBlockBase.php Builds the select query to use for this forum block.
GroupByNumeric::query function core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Called to add the field to a query.
GroupByNumeric::query function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Add this filter to the query.
GroupByNumeric::query function core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Set up the query for this argument.
GroupwiseMax::$subquery_namespace property core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php The namespace of the subquery.
GroupwiseMax::alterSubqueryCondition function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Recursive helper to add a namespace to conditions.
GroupwiseMax::leftQuery function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Generate a subquery given the user options, as set in the options.
GroupwiseMax::query function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Add anything to the query that we might need to.

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