Skip to content
Snippets Groups Projects
Verified Commit d8dab58d authored by Jess's avatar Jess
Browse files

Issue #3326787 by Akhil Babu, joachim: loadByProperties() shoud specify it does no access checking

(cherry picked from commit c6c37c28)
parent 61617df5
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ public function loadRevision($revision_id);
public function deleteRevision($revision_id);
/**
* Load entities by their property values.
* Load entities by their property values without any access checks.
*
* @param array $values
* An associative array where the keys are the property names and the
......
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