Defines aggregated entity query conditions.
Hierarchy
- interface \Drupal\Core\Entity\Query\ConditionAggregateInterface extends \Countable
File
- core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php, line 8
Namespace
Drupal\Core\Entity\Query
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ConditionAggregateInterface::compile | public | function | Compiles this conditional clause. |
ConditionAggregateInterface::condition | public | function | Adds a condition. |
ConditionAggregateInterface::conditions | public | function | Gets a complete list of all conditions in this conditional clause. |
ConditionAggregateInterface::exists | public | function | Queries for the existence of a field. |
ConditionAggregateInterface::getConjunction | public | function | Gets the current conjunction. |
ConditionAggregateInterface::notExists | public | function | Queries for the nonexistence of a field. |
Please login to continue.