By catch on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
Description:
Drupal\Core\Entity\Query\Sql\Query::getTables() no longer takes an $sql_query parameter and passing it in will trigger a deprecation in 11.4.0 and have no effect in 13.0.0. The query object is determined from the entity query object itself, so the argument can be removed.
Additionally, Drupal\Core\Entity\Query\Sql\Query::condition() will no longer accept a Condition object where that object was generated from a different entity query object. This was never officially supported, but will be explicitly disallowed from Drupal 13.0.0
Impacts:
Module developers