Issue #2301837 by er.pushpinderrana | jhodgdon: Fixed Missing @endcode on Entity API topic.
parent
5135cbb43d
commit
821da69cc0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue