Issue #2784203 by anmolgoyal74, gianani, rahulkhandelwal1990, Krzysztof Domański, gawaksh, kanav_7, fabienly, shubham.prakash, ravi.shankar, joachim, dgilles3, Chi, alexpott, catch: Entity query needs to clarify what 'current revision' means

(cherry picked from commit cf237624f9)
merge-requests/444/merge
catch 2021-07-28 12:03:12 +01:00
parent 00efdb11e5
commit 6ad96bed0d
1 changed files with 4 additions and 1 deletions

View File

@ -284,7 +284,10 @@ interface QueryInterface extends AlterableInterface {
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
*/