Skip to content
Snippets Groups Projects
Commit 97eb1ad7 authored by catch's avatar catch
Browse files

Issue #3039490 by shashikant_chauhan, joachim: ConditionInterface::notExists()...

Issue #3039490 by shashikant_chauhan, joachim: ConditionInterface::notExists() and ConditionInterface::exists() have the same docs
parent 64ee17e6
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public function condition($field, $value = NULL, $operator = NULL, $langcode = N
/**
* Queries for the existence of a field.
*
* @param $field
* @param string $field
* @param string $langcode
* @return ConditionInterface
* @see \Drupal\Core\Entity\Query\QueryInterface::exists()
......@@ -46,9 +46,10 @@ public function condition($field, $value = NULL, $operator = NULL, $langcode = N
public function exists($field, $langcode = NULL);
/**
* Queries for the existence of a field.
* Queries for the nonexistence of a field.
*
* @param string $field
* @param string $langcode
* @return ConditionInterface
* @see \Drupal\Core\Entity\Query\QueryInterface::notExists()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment