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 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
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
FilterFormat::query function core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php
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
@dataProvider parameterProvider
FilterTest::testCreateFromQueryParameterNested function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::createFromQueryParameter
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
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
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.
HandlerBase::$query property core/modules/views/src/Plugin/views/HandlerBase.php Where the $query object will reside.
HandlerBase::preQuery function core/modules/views/src/Plugin/views/HandlerBase.php Run before the view is built.
HandlerBase::query function core/modules/views/src/Plugin/views/HandlerBase.php Add anything to the query that we might need to.
HighWaterTest::query function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
HistoryUserTimestamp::query function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Called to add the field to a query.
HistoryUserTimestamp::query function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Add this filter to the query.
hook_entity_query_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter an entity query.
hook_entity_query_ENTITY_TYPE_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter an entity query for a specific entity type.
hook_entity_query_tag__ENTITY_TYPE__TAG_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter an entity query for a specific entity type that has a specific tag.
hook_entity_query_tag__TAG_alter function core/lib/Drupal/Core/Entity/entity.api.php Alter an entity query that has a specific tag.
hook_query_alter function core/lib/Drupal/Core/Database/database.api.php Perform alterations to a structured query.
hook_query_TAG_alter function core/lib/Drupal/Core/Database/database.api.php Perform alterations to a structured query for a given tag.
hook_views_plugins_query_alter function core/modules/views/views.api.php Modify the list of available views query plugins.
hook_views_query_alter function core/modules/views/views.api.php Alter the query before it is executed.
hook_views_query_substitutions function core/modules/views/views.api.php Replace special strings in the query before it is executed.
I18nQueryTrait trait core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php Gets an i18n translation from the source database.
I18nQueryTrait.php file core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php
I18nQueryTrait::$i18nStringTable property core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php The i18n string table name.
I18nQueryTrait::getPropertyNotInRowTranslation function core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php Gets the translation for the property not already in the row.
ImageCachePreset::query function core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
ImageStyles::query function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
IndexTid::titleQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php
IndexTidDepth::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
IndexTidDepthModifier::preQuery function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php
IndexTidDepthModifier::query function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php
InOperator::query function core/modules/views/src/Plugin/views/filter/InOperator.php Add this filter to the query.
InputRequired::query function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Add anything to the query that we might need to.
Insert::$fromQuery property core/lib/Drupal/Core/Database/Query/Insert.php A SelectQuery object to fetch the rows that should be inserted.
InstallerTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Installs Drupal in German and checks resulting site.
InstallerTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
InstallerTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php

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