Change record status: 
Project: 
Introduced in branch: 
9.1.x
Description: 

The following methods have been added to \Drupal\Core\Entity\Query\QueryInterface:

  • conditions()
  • getRange()
  • getSort()

These methods provide visibility on the state of an entity query, and facilitate modifying it.

Although this is a breaking change for anyone implementing this QueryInterface, it is an allowed API change under the 1:1 base class rule.

Impacts: 
Module developers