X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionInterface.php;h=bf53a92c2c449ae2d6648133f65e758c38d7c17b;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=d42e48feb75b1bf97369bc7363f34125997c033e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php index d42e48feb..bf53a92c2 100644 --- a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php +++ b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php @@ -19,8 +19,7 @@ interface ConditionInterface { * Implements \Countable::count(). * * Returns the size of this conditional. The size of the conditional is the - * size of its conditional array minus one, because one element is the - * conjunction. + * size of its conditional array. */ public function count(); @@ -51,7 +50,7 @@ interface ConditionInterface { * * @param string $field * @return ConditionInterface - * @see \Drupal\Core\Entity\Query\QueryInterface::notexists() + * @see \Drupal\Core\Entity\Query\QueryInterface::notExists() */ public function notExists($field, $langcode = NULL);