Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292388

Wrong type-hint for \Drupal::entityQueryAggregate

$
0
0

Updated: Comment #0

Problem/Motivation

\Drupal::entityQueryAggregate() typehints \Drupal\Core\Entity\Query\QueryInterface, but returns \Drupal\Core\Entity\Query\QueryAggregateInterface.

Proposed resolution

Typehint \Drupal\Core\Entity\Query\QueryAggregateInterface in \Drupal::entityQueryAggregate()

See line 382 of core/lib/Drupal.php.

Remaining tasks

User interface changes

API changes


Viewing all articles
Browse latest Browse all 292388

Trending Articles