X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionInterface.php;h=7657c006c31be43fe6f75269d789a81e54dc8d81;hp=d42e48feb75b1bf97369bc7363f34125997c033e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php index d42e48feb..7657c006c 100644 --- a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php +++ b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php @@ -51,7 +51,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);