QueryTest::testReturnOptionDeprecation |
function |
core/tests/Drupal/KernelTests/Core/Database/QueryTest.php |
Tests deprecation of the 'return' query option. |
QueryTest::testScalarSubstitution |
function |
core/tests/Drupal/KernelTests/Core/Database/QueryTest.php |
Tests that we can not pass a scalar value when an array is expected. |
QueryTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/QueryTest.php |
Returns the views data definition. |
QueryTest::viewsData |
function |
core/modules/views_ui/tests/src/Functional/QueryTest.php |
Returns the views data definition. |
QueryTest::_testInitQuery |
function |
core/modules/views/tests/src/Kernel/Plugin/QueryTest.php |
Tests the ViewExecutable::initQuery method. |
QueryTest::_testQueryExecute |
function |
core/modules/views/tests/src/Kernel/Plugin/QueryTest.php |
|
QueryTrait |
trait |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
Provides workspaces-specific helpers for altering entity queries. |
QueryTrait.php |
file |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
|
QueryTrait::$workspaceInfo |
property |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
The workspace information service. |
QueryTrait::$workspaceManager |
property |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
The workspace manager. |
QueryTrait::isSimpleQuery |
function |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
|
QueryTrait::prepare |
function |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
|
QueryTrait::__construct |
function |
core/modules/workspaces/src/EntityQuery/QueryTrait.php |
Constructs a Query object. |
Random::query |
function |
core/modules/views/src/Plugin/views/sort/Random.php |
Called to add the sort to a query. |
RangeQueryTest |
class |
core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php |
Tests the Range query functionality. |
RangeQueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php |
|
RangeQueryTest::testRangeQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php |
Confirms that range queries work and return the correct result. |
RelationshipJoinInTest::testRelationshipInQuery |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php |
Tests the query result of a view with a relationship with an IN condition. |
RelationshipPluginBase::query |
function |
core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php |
Add anything to the query that we might need to. |
RelationshipTest::testRelationshipQuery |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php |
Tests the query result of a view with a relationship. |
RenderedEntity::query |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
Called to add the field to a query. |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions |
function |
core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php |
@covers ::preRenderAjaxForm |
RendererBase::query |
function |
core/modules/views/src/Entity/Render/RendererBase.php |
Alters the query if needed. |
RequestPagerTest::testGetQueryParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
@covers ::getQueryParameters |
ResourceVersionRouteEnhancer::RESOURCE_VERSION_QUERY_PARAMETER |
constant |
core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php |
The query parameter for providing a version (revision) value. |
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image formatter on node display with an empty media query. |
ResponsiveImageStyles::query |
function |
core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php |
|
Result::query |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Add anything to the query that we might need to. |
ResultTest::testQuery |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Tests the query method. |
Role::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/Role.php |
|
Role::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/Role.php |
|
Roles::query |
function |
core/modules/user/src/Plugin/views/field/Roles.php |
Called to add the field to a query. |
RolesRid::titleQuery |
function |
core/modules/user/src/Plugin/views/argument/RolesRid.php |
Override for specific title lookups. |
RolesRidTest::testTitleQuery |
function |
core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php |
Tests the titleQuery method. |
RouteCachingQueryAlteredTest |
class |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
Tests the route cache when the request's query parameters are altered. |
RouteCachingQueryAlteredTest.php |
file |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
|
RouteCachingQueryAlteredTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
The theme to install as the default for testing. |
RouteCachingQueryAlteredTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
Modules to install. |
RouteCachingQueryAlteredTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
|
RouteCachingQueryAlteredTest::testRouteCollectionCacheAfterException |
function |
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php |
Tests route collection cache after an exception. |
RouteProvider::getQueryParametersCacheIdPart |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Returns the query parameters identifier for the route collection cache. |
RouteTest::providerTestRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Data provider for testRouteWithParamQuery(). |
RouteTest::testRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
RowPluginBase::query |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Add anything to the query that we might need to. |
Schema::queryFieldInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
Schema::queryTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
Score::query |
function |
core/modules/search/src/Plugin/views/sort/Score.php |
Called to add the sort to a query. |
Score::query |
function |
core/modules/search/src/Plugin/views/field/Score.php |
Called to add the field to a query. |
Search::$searchQuery |
property |
core/modules/search/src/Plugin/views/filter/Search.php |
A search query to use for parsing search keywords. |
Search::$searchQuery |
property |
core/modules/search/src/Plugin/views/argument/Search.php |
A search query to use for parsing search keywords. |