Query
  • References/PHP/Drupal/Entity/Query/Sql/Query

The SQL storage entity query class. Hierarchy class \Drupal\Core\Entity\Query\

2025-01-10 15:47:30
QueryBase::notExists
  • References/PHP/Drupal/Entity/Query/QueryBase

public QueryBase::notExists($property, $langcode = NULL)

2025-01-10 15:47:30
QueryBase::conditionAggregate
  • References/PHP/Drupal/Entity/Query/QueryBase

public QueryBase::conditionAggregate($field, $function = NULL, $value =

2025-01-10 15:47:30
QueryBase::$allRevisions
  • References/PHP/Drupal/Entity/Query/QueryBase

Flag indicating whether to query the current revision or all revisions. Type: bool File

2025-01-10 15:47:30
QueryAggregateInterface::execute
  • References/PHP/Drupal/Entity/Query/QueryAggregateInterface

public QueryAggregateInterface::execute()

2025-01-10 15:47:30
QueryBase::$alterMetaData
  • References/PHP/Drupal/Entity/Query/QueryBase

The query metadata for alter purposes. Type:

2025-01-10 15:47:30
Tables::$entityTables
  • References/PHP/Drupal/Entity/Query/Sql/Tables

Entity table array, key is table name, value is alias. This array contains at most two entries: one for the data, one for the properties.

2025-01-10 15:47:30
QueryFactory::$entityManager
  • References/PHP/Drupal/Entity/Query/QueryFactory

Stores the entity manager used by the query. Type:

2025-01-10 15:47:30
ConditionFundamentals::$conjunction
  • References/PHP/Drupal/Entity/Query/ConditionFundamentals

The conjunction of this condition group. The value is one of the following: AND (default) OR

2025-01-10 15:47:30
Query::$connection
  • References/PHP/Drupal/Entity/Query/Sql/Query

Type: \Drupal\Core\Database\Connection

2025-01-10 15:47:30