Issue #2301837 by er.pushpinderrana | jhodgdon: Fixed Missing @endcode on Entity API topic.

8.0.x
Alex Pott 2014-07-13 10:29:01 +01:00
parent 5135cbb43d
commit 821da69cc0
1 changed files with 1 additions and 0 deletions

View File

@ -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.