QueryBase::$alterMetaData |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query metadata for alter purposes. |
QueryBase::$alterTags |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query tags. |
QueryBase::$condition |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Conditions. |
QueryBase::$conditionAggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Aggregate Conditions. |
QueryBase::$conjunction |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Defines how the conditions on the query need to match. |
QueryBase::$count |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
TRUE if this is a count query, FALSE if it isn't. |
QueryBase::$entityType |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Information about the entity type. |
QueryBase::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The entity type this query runs against. |
QueryBase::$groupBy |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of columns to group on. |
QueryBase::$latestRevision |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Flag indicating whether to query the latest revision. |
QueryBase::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
List of potential namespaces of the classes belonging to this query. |
QueryBase::$pager |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query pager data. |
QueryBase::$range |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query range. |
QueryBase::$sort |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts. |
QueryBase::$sortAggregate |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of sorts over the aggregate results. |
QueryBase::accessCheck |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Enables or disables access checking for this query. |
QueryBase::addMetaData |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Adds additional metadata to the query. |
QueryBase::addTag |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Adds a tag to a query. |
QueryBase::aggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
QueryBase::allRevisions |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Queries all the revisions. |
QueryBase::alter |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Invoke hooks to allow modules to alter the entity query. |
QueryBase::andConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ANDed together. |
QueryBase::condition |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Add a condition to the query or a condition group. |
QueryBase::conditionAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
QueryBase::conditionGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates an object holding a group of conditions. |
QueryBase::count |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Makes this a count query. |
QueryBase::currentRevision |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Limits the query to only default revisions. |
QueryBase::exists |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Queries for a non-empty value on a field. |
QueryBase::getAggregationAlias |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Generates an alias for a field and its aggregated function. |
QueryBase::getClass |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Finds a class in a list of namespaces. |
QueryBase::getEntityTypeId |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets the ID of the entity type for this query. |
QueryBase::getMetaData |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Retrieves a given piece of metadata. |
QueryBase::getNamespaces |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets a list of namespaces of the ancestors of a class. |
QueryBase::groupBy |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
QueryBase::hasAllTags |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Determines if a given query has all specified tags. |
QueryBase::hasAnyTag |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Determines if a given query has any specified tag. |
QueryBase::hasTag |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Determines if a given query has a given tag. |
QueryBase::initializePager |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets the total number of results and initialize a pager for the query. |
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. |