Defines the entity query condition interface.
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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!ConditionInterface.php/interface/ConditionInterface/8.1.x