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
Title Object type File name Summary
TemporaryQueryTest class core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php
TemporaryQueryTest::testTemporaryQuery function core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTestBase class core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Tests the temporary query functionality.
TemporaryQueryTestBase.php file core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php
TemporaryQueryTestBase::countTableRows function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the number of rows of a table.
TemporaryQueryTestBase::getConnection function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the connection.
TemporaryQueryTestBase::testTemporaryQuery function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Confirms that temporary tables work.
TestSqlPrepareQuery class core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php Source plugin for prepare query test.
TestSqlPrepareQuery.php file core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php
TestSqlPrepareQuery::fields function core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php Returns available fields on the source.
TestSqlPrepareQuery::getIds function core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php Defines the source fields uniquely identifying a source row.
TestSqlPrepareQuery::prepareQuery function core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php Adds tags and metadata to the query.
TestSqlPrepareQuery::query function core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php Prepares query object to retrieve data from the source database.
UidRevisionTrait::uidRevisionQuery function core/modules/node/src/Plugin/views/UidRevisionTrait.php Checks for nodes that a user posted or created a revision on.
UniqueFieldConstraintTestHooks::queryEntityTestAccessAlter function core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php Implements hook_query_entity_test_access_alter().
UserViewsExecutionHooks::viewsQuerySubstitutions function core/modules/user/src/Hook/UserViewsExecutionHooks.php Implements hook_views_query_substitutions().
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().
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::__construct function core/modules/views/src/Attribute/ViewsQuery.php Constructs an ViewsDisplayExtender attribute.
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
ViewsTestDataViewsExecutionHooks::viewsQueryAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_query_alter().
ViewsTestDataViewsExecutionHooks::viewsQuerySubstitutions function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_query_substitutions().
ViewsTestQueryAccessHooks class core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Hook implementations for views_test_query_access.
ViewsTestQueryAccessHooks.php file core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php
ViewsTestQueryAccessHooks::queryBlockContentAccessAlter function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Implements hook_query_TAG_alter() for the 'block_content_access' query tag.
ViewsTestQueryAccessHooks::queryMediaAccessAlter function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Implements hook_query_TAG_alter() for the 'media_access' query tag.
ViewsTestQueryAccessHooks::restrictByUuid function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query.
ViewsViewsExecutionHooks::viewsQuerySubstitutions function core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Implements hook_views_query_substitutions().
WorkspaceQueryParameterNegotiatorTest class core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php Tests the query parameter workspace negotiator.
WorkspaceQueryParameterNegotiatorTest.php file core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
WorkspaceQueryParameterNegotiatorTest::$modules property core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php Modules to install.
WorkspaceQueryParameterNegotiatorTest::providerTestWorkspaceQueryParameter function core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php Data provider for testWorkspaceQueryParameter.
WorkspaceQueryParameterNegotiatorTest::setUp function core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php
WorkspaceQueryParameterNegotiatorTest::testWorkspaceQueryParameter function core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php @covers ::getActiveWorkspaceId[[api-linebreak]]
@dataProvider providerTestWorkspaceQueryParameter
WorkspaceViewsIntegrationTest::testViewsQueryAlter function core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php Tests workspace query alter for views.

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