diff options
author | xjm | 2018-01-27 14:16:08 (GMT) |
---|---|---|
committer | xjm | 2018-01-27 14:16:08 (GMT) |
commit | cc2c9555e09f3aa59ca05d71cda19b8cbbc54beb (patch) | |
tree | 9291177ef8ad5cfa7839cb6096df77924072b29b | |
parent | e6d135cf9ae6bd3da6b16a966e55dbe686e3aeb6 (diff) |
Issue #2938623 by kmbremner: broken link in docs for Condition::notExists()
-rw-r--r-- | core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php | 2 | ||||
-rw-r--r-- | core/lib/Drupal/Core/Entity/Query/ConditionInterface.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php b/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php index 875b8c2..383f41e 100644 --- a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php @@ -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); diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php index d42e48f..7657c00 100644 --- a/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php +++ b/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); |