By jonathanshaw on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
9.1.x
Issue links:
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