Skip to content
Snippets Groups Projects
Commit 803e63de authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #847152 by fago: fix EntityFieldQuery::execute doxygen.

parent ea4f6bce
No related branches found
No related tags found
No related merge requests found
......@@ -758,7 +758,7 @@ public function age($age) {
* Note if the entity type is known, then the following snippet will load
* the entities found:
* @code
* $result = $query->execute;
* $result = $query->execute();
* $entities = entity_load($my_type, array_keys($result[$my_type]));
* @endcode
*/
......
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