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