From cf237624f9b04ad07a9fa7dc3c476ada31396ec6 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 28 Jul 2021 12:03:12 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#2784203=20by=20anmolgoyal74,=20gianani?= =?UTF-8?q?,=20rahulkhandelwal1990,=20Krzysztof=20Doma=C5=84ski,=20gawaksh?= =?UTF-8?q?,=20kanav=5F7,=20fabienly,=20shubham.prakash,=20ravi.shankar,?= =?UTF-8?q?=20joachim,=20dgilles3,=20Chi,=20alexpott,=20catch:=20Entity=20?= =?UTF-8?q?query=20needs=20to=20clarify=20what=20'current=20revision'=20me?= =?UTF-8?q?ans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Drupal/Core/Entity/Query/QueryInterface.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php index 249723535335..b9dedbd83ad6 100644 --- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php @@ -284,7 +284,10 @@ public function andConditionGroup(); public function orConditionGroup(); /** - * Queries the current revision. + * Limits the query to only default revisions. + * + * See the @link entity_api Entity API topic @endlink for information about + * the current revision. * * @return $this */ -- GitLab