Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / ConditionInterface.php
index d42e48feb75b1bf97369bc7363f34125997c033e..7657c006c31be43fe6f75269d789a81e54dc8d81 100644 (file)
@@ -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);