diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php index 2497235353355d2053c2ba6e0b32ad878a0bee32..b9dedbd83ad6a41ff323726e5023cc56393f7ffa 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 */