From 821da69cc07edc4b0955f7adb07088e69a2f6caa Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 13 Jul 2014 10:29:01 +0100 Subject: [PATCH] Issue #2301837 by er.pushpinderrana | jhodgdon: Fixed Missing @endcode on Entity API topic. --- core/modules/system/core.api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/system/core.api.php b/core/modules/system/core.api.php index ecbb006cead1..0503464c7fec 100644 --- a/core/modules/system/core.api.php +++ b/core/modules/system/core.api.php @@ -533,6 +533,7 @@ * $query \Drupal::entityQueryAggregate('your_entity_type'); * // Or: * $query = $query_service->getAggregate('your_entity_type'); + * @endcode * Also, you should use dependency injection to get this object if * possible; the service you need is entity.query, and its methods getQuery() * or getAggregateQuery() will get the query object. -- GitLab