Skip to content
Snippets Groups Projects
Commit 3d856f30 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2231485 by foxtrotcharlie | tstoeckler: Wrong type-hint for \Drupal::entityQueryAggregate.

parent 1c4efd63
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -379,7 +379,7 @@ public static function entityQuery($entity_type, $conjunction = 'AND') {
* AND if all conditions in the query need to apply, OR if any of them is
* enough. Optional, defaults to AND.
*
* @return \Drupal\Core\Entity\Query\QueryInterface
* @return \Drupal\Core\Entity\Query\QueryAggregateInterface
* The query object that can query the given entity type.
*/
public static function entityQueryAggregate($entity_type, $conjunction = 'AND') {
......
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