Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryBase::$conditionAggregate | property | core/ |
Aggregate Conditions. |
| QueryBase::$conjunction | property | core/ |
Defines how the conditions on the query need to match. |
| QueryBase::$count | property | core/ |
TRUE if this is a count query, FALSE if it isn't. |
| QueryBase::$entityType | property | core/ |
Information about the entity type. |
| QueryBase::$entityTypeId | property | core/ |
The entity type this query runs against. |
| QueryBase::$groupBy | property | core/ |
The list of columns to group on. |
| QueryBase::$latestRevision | property | core/ |
Flag indicating whether to query the latest revision. |
| QueryBase::$namespaces | property | core/ |
List of potential namespaces of the classes belonging to this query. |
| QueryBase::$pager | property | core/ |
The query pager data. |
| QueryBase::$range | property | core/ |
The query range. |
| QueryBase::$sort | property | core/ |
The list of sorts. |
| QueryBase::$sortAggregate | property | core/ |
The list of sorts over the aggregate results. |
| QueryBase::accessCheck | function | core/ |
Enables or disables access checking for this query. |
| QueryBase::addMetaData | function | core/ |
Adds additional metadata to the query. |
| QueryBase::addTag | function | core/ |
Adds a tag to a query. |
| QueryBase::aggregate | function | core/ |
|
| QueryBase::allRevisions | function | core/ |
Queries all the revisions. |
| QueryBase::alter | function | core/ |
Invoke hooks to allow modules to alter the entity query. |
| QueryBase::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
| QueryBase::condition | function | core/ |
Add a condition to the query or a condition group. |
| QueryBase::conditionAggregate | function | core/ |
|
| QueryBase::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryBase::count | function | core/ |
Makes this a count query. |
| QueryBase::currentRevision | function | core/ |
Limits the query to only default revisions. |
| QueryBase::exists | function | core/ |
Queries for a non-empty value on a field. |
| QueryBase::getAggregationAlias | function | core/ |
Generates an alias for a field and its aggregated function. |
| QueryBase::getClass | function | core/ |
Finds a class in a list of namespaces. |
| QueryBase::getEntityTypeId | function | core/ |
Gets the ID of the entity type for this query. |
| QueryBase::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
| QueryBase::getNamespaces | function | core/ |
Gets a list of namespaces of the ancestors of a class. |
| QueryBase::groupBy | function | core/ |
|
| QueryBase::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
| QueryBase::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
| QueryBase::hasTag | function | core/ |
Determines if a given query has a given tag. |
| QueryBase::initializePager | function | core/ |
Gets the total number of results and initialize a pager for the query. |
| QueryBase::latestRevision | function | core/ |
Queries the latest revision. |
| QueryBase::notExists | function | core/ |
Queries for an empty field. |
| QueryBase::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| QueryBase::pager | function | core/ |
Enables a pager for the query. |
| QueryBase::range | function | core/ |
Defines the range of the query. |
| QueryBase::sort | function | core/ |
Sorts the result set by a given field. |
| QueryBase::sortAggregate | function | core/ |
|
| QueryBase::tableSort | function | core/ |
Enables sortable tables for this query. |
| QueryBase::__clone | function | core/ |
Makes sure that condition objects are cloned as well. |
| QueryBase::__construct | function | core/ |
Constructs this object. |
| QueryBatchTest | class | core/ |
Tests query batching. |
| QueryBatchTest | class | core/ |
Source plugin for migration high water tests. |
| QueryBatchTest.php | file | core/ |
|
| QueryBatchTest.php | file | core/ |
|
| QueryBatchTest::$migration | property | core/ |
The mocked migration. |
Pagination
- Previous page
- Page 1119
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.