QueryBase::latestRevision |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Queries the latest revision. |
QueryBase::notExists |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Queries for an empty field. |
QueryBase::orConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ORed together. |
QueryBase::pager |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Enables a pager for the query. |
QueryBase::range |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Defines the range of the query. |
QueryBase::sort |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Sorts the result set by a given field. |
QueryBase::sortAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
QueryBase::tableSort |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Enables sortable tables for this query. |
QueryBase::__clone |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Makes sure that the Condition object is cloned as well. |
QueryBase::__construct |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Constructs this object. |
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/src/Kernel/QueryBatchTest.php |
|
QueryBatchTest.php |
file |
core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/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 enable. |
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 |
|
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. |
QueryConditionTrait |
trait |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
Provides an implementation of ConditionInterface. |
QueryConditionTrait.php |
file |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::$condition |
property |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
The condition object for this query. |
QueryConditionTrait::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::arguments |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::compile |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::compiled |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::condition |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::conditions |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::exists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::isNotNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::isNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::notExists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::orConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryConditionTrait::where |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
QueryException |
class |
core/lib/Drupal/Core/Entity/Query/QueryException.php |
Exception thrown by Query() on unsupported query syntax. |
QueryException.php |
file |
core/lib/Drupal/Core/Entity/Query/QueryException.php |
|
QueryFactory |
class |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Provides a factory for creating entity query objects for the config backend. |
QueryFactory |
class |
core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php |
Factory class creating entity query objects for the SQL backend. |
QueryFactory |
class |
core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php |
PostgreSQL specific entity query implementation. |
QueryFactory |
class |
core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php |
Provides a factory for creating entity query objects for the null backend. |
QueryFactory |
class |
core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php |
Provides a factory for creating the key value entity query. |