diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php b/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php index 875b8c2f9399b319aa031a13cb78a8b57992f452..383f41e4b716533a669edc432e4b630184ab3784 100644 --- a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php @@ -45,7 +45,7 @@ public function exists($field, $function, $langcode = NULL); * * @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); diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php index d42e48feb75b1bf97369bc7363f34125997c033e..7657c006c31be43fe6f75269d789a81e54dc8d81 100644 --- a/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php @@ -51,7 +51,7 @@ public function exists($field, $langcode = NULL); * * @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);