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