| QueryBase::latestRevision |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Queries the latest revision. |
| QueryBatchTest |
class |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Tests query batching. |
| QueryBatchTest |
class |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
Source plugin for migration high water tests. |
| QueryBatchTest.php |
file |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
|
| QueryBatchTest.php |
file |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
|
| QueryBatchTest::$migration |
property |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
The mocked migration. |
| QueryBatchTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Modules to install. |
| QueryBatchTest::fields |
function |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
Returns available fields on the source. |
| QueryBatchTest::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Builds an in-memory SQLite database from a set of source data. |
| QueryBatchTest::getIds |
function |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
Defines the source fields uniquely identifying a source row. |
| QueryBatchTest::getPlugin |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Instantiates the source plugin under test. |
| QueryBatchTest::query |
function |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php |
Prepares query object to retrieve data from the source database. |
| QueryBatchTest::queryDataProvider |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
|
| QueryBatchTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
|
| QueryBatchTest::testBatchSizeNegative |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Tests a negative batch size throws an exception. |
| QueryBatchTest::testBatchSizeNonInteger |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Tests a non integer batch size throws an exception. |
| QueryBatchTest::testQueryBatch |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Tests query batch size. |
| QueryFactoryTest |
class |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
Tests Drupal\Core\Config\Entity\Query\QueryFactory. |
| QueryFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
|
| QueryFactoryTest::getConfigObject |
function |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
Gets a test configuration object. |
| QueryFactoryTest::providerTestGetKeys |
function |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
|
| QueryFactoryTest::testGetKeys |
function |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
Tests get keys. |
| QueryFactoryTest::testGetKeysWildCardEnd |
function |
core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php |
Tests get keys wild card end. |
| QueryGroupByTest |
class |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
| QueryGroupByTest.php |
file |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
|
| QueryGroupByTest::$modules |
property |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Modules to install. |
| QueryGroupByTest::$storage |
property |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
The storage for the test entity type. |
| QueryGroupByTest::$testViews |
property |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Views used by this test. |
| QueryGroupByTest::groupByTestHelper |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Provides a test helper which runs a view with some aggregation function. |
| QueryGroupByTest::setUp |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
|
| QueryGroupByTest::setupTestEntities |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Helper method that creates some test entities. |
| QueryGroupByTest::testAggregateCount |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests aggregate count feature. |
| QueryGroupByTest::testAggregateCountFunction |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests aggregate count feature with no group by. |
| QueryGroupByTest::testGroupByAverage |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests the average aggregation function. |
| QueryGroupByTest::testGroupByBaseField |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests grouping on base field. |
| QueryGroupByTest::testGroupByCount |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests the count aggregation function. |
| QueryGroupByTest::testGroupByCountOnlyFilters |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests group by with filters. |
| QueryGroupByTest::testGroupByFieldWithCardinality |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests grouping a field with cardinality > 1. |
| QueryGroupByTest::testGroupByMax |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests the max aggregation function. |
| QueryGroupByTest::testGroupByMin |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests the min aggregation function. |
| QueryGroupByTest::testGroupByNone |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests aggregation with no specific function. |
| QueryGroupByTest::testGroupBySum |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests the sum aggregation function. |
| QueryGroupByTest::testGroupByWithFieldsNotExistingOnBundle |
function |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests group by with a non-existent field on some bundle. |
| QueryInterface::latestRevision |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Queries the latest revision. |
| QueryOptionsTest |
class |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
Tests setting the query options. |
| QueryOptionsTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
|
| QueryOptionsTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
The theme to install as the default for testing. |
| QueryOptionsTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
Modules to install. |
| QueryOptionsTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
Views used by this test. |
| QueryOptionsTest::testStoreQuerySettingsOverride |
function |
core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php |
Test that query overrides are stored. |