X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionAggregateInterface.php;h=383f41e4b716533a669edc432e4b630184ab3784;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=875b8c2f9399b319aa031a13cb78a8b57992f452;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php index 875b8c2f9..383f41e4b 100644 --- a/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php +++ b/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php @@ -45,7 +45,7 @@ interface ConditionAggregateInterface extends \Countable { * * @param string $field * @return ConditionInterface - * @see \Drupal\Core\Entity\Query\QueryInterface::notexists() + * @see \Drupal\Core\Entity\Query\QueryInterface::notExists() */ public function notExists($field, $function, $langcode = NULL);