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
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.
ViewsQuery::$no_ui property core/modules/views/src/Annotation/ViewsQuery.php Whether the plugin should be not selectable in the UI.
ViewsQuery::$short_title property core/modules/views/src/Annotation/ViewsQuery.php (optional) The short title used in the views UI.
ViewsQuery::$title property core/modules/views/src/Annotation/ViewsQuery.php The plugin title used in the views UI.
ViewsQuery::__construct function core/modules/views/src/Attribute/ViewsQuery.php Constructs an ViewsDisplayExtender attribute.
ViewsQueryAlter class core/modules/workspaces/src/ViewsQueryAlter.php Defines a class for altering views queries.
ViewsQueryAlter.php file core/modules/workspaces/src/ViewsQueryAlter.php
ViewsQueryAlter::$adjustedTables property core/modules/workspaces/src/ViewsQueryAlter.php An array of tables adjusted for workspace_association join.
ViewsQueryAlter::$entityFieldManager property core/modules/workspaces/src/ViewsQueryAlter.php The entity field manager.
ViewsQueryAlter::$entityTypeManager property core/modules/workspaces/src/ViewsQueryAlter.php The entity type manager service.
ViewsQueryAlter::$languageManager property core/modules/workspaces/src/ViewsQueryAlter.php The language manager.
ViewsQueryAlter::$viewsData property core/modules/workspaces/src/ViewsQueryAlter.php The views data.
ViewsQueryAlter::$viewsJoinPluginManager property core/modules/workspaces/src/ViewsQueryAlter.php A plugin manager which handles instances of views join plugins.
ViewsQueryAlter::$workspaceInfo property core/modules/workspaces/src/ViewsQueryAlter.php The workspace information service.
ViewsQueryAlter::$workspaceManager property core/modules/workspaces/src/ViewsQueryAlter.php The workspace manager service.
ViewsQueryAlter::alterQuery function core/modules/workspaces/src/ViewsQueryAlter.php Implements a hook bridge for hook_views_query_alter().
ViewsQueryAlter::alterQueryForEntityType function core/modules/workspaces/src/ViewsQueryAlter.php Alters the entity type tables for a Views query.
ViewsQueryAlter::create function core/modules/workspaces/src/ViewsQueryAlter.php Instantiates a new instance of this class.
ViewsQueryAlter::ensureRevisionTable function core/modules/workspaces/src/ViewsQueryAlter.php Adds the revision table of an entity type to a query object.
ViewsQueryAlter::ensureWorkspaceAssociationTable function core/modules/workspaces/src/ViewsQueryAlter.php Adds the 'workspace_association' table to a views query.
ViewsQueryAlter::getRevisionTableJoin function core/modules/workspaces/src/ViewsQueryAlter.php Fetches a join for a revision table using the workspace_association table.
ViewsQueryAlter::moveEntityTable function core/modules/workspaces/src/ViewsQueryAlter.php Moves a 'workspace_association' table to appear before the given alias.
ViewsQueryAlter::__construct function core/modules/workspaces/src/ViewsQueryAlter.php Constructs a new ViewsQueryAlter instance.
ViewsSearchQuery class core/modules/search/src/ViewsSearchQuery.php Extends the core SearchQuery to be able to gets its protected values.
ViewsSearchQuery class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ViewsSearchQuery.php CoreFakeWithAllCustomClasses implementation of \Drupal\search\ViewsSearchQuery.
ViewsSearchQuery.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ViewsSearchQuery.php
ViewsSearchQuery.php file core/modules/search/src/ViewsSearchQuery.php
ViewsSearchQuery::conditionReplaceString function core/modules/search/src/ViewsSearchQuery.php Replaces the original condition with a custom one from views recursively.
ViewsSearchQuery::conditions function core/modules/search/src/ViewsSearchQuery.php Returns the conditions property.
ViewsSearchQuery::matches function core/modules/search/src/ViewsSearchQuery.php Returns the matches property.
ViewsSearchQuery::publicParseSearchExpression function core/modules/search/src/ViewsSearchQuery.php Executes and returns the protected parseSearchExpression method.
ViewsSearchQuery::simple function core/modules/search/src/ViewsSearchQuery.php Returns the simple property.
ViewsSearchQuery::words function core/modules/search/src/ViewsSearchQuery.php Returns the words property.
ViewsTestCacheContextFilter::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php Add this filter to the query.
views_query_views_alter function core/modules/views/views.module Implements hook_query_TAG_alter().
views_test_data_views_query_alter function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_query_alter().
views_test_data_views_query_substitutions function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_query_substitutions().
views_test_query_access.info.yml file core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml
views_test_query_access.module file core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module
views_test_query_access_query_block_content_access_alter function core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module Implements hook_query_TAG_alter() for the 'block_content_access' query tag.
views_test_query_access_query_media_access_alter function core/modules/views/tests/modules/views_test_query_access/views_test_query_access.module Implements hook_query_TAG_alter() for the 'media_access' query tag.
views_views_query_substitutions function core/modules/views/views.views_execution.inc Implements hook_views_query_substitutions().
ViewUI::endQueryCapture function core/modules/views_ui/src/ViewUI.php Add the list of queries run during render to build info.
ViewUI::startQueryCapture function core/modules/views_ui/src/ViewUI.php Set up query capturing.
Vocabulary::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php
Vocabulary::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php
VocabularyPerType::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php
VocabularyTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php
VocabularyTranslation::query function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php

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