- 🇫🇮Finland merilainen
What about deprecated code? There are at least two problems which upgrade status reports:
Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
in SearchLinks.php and ExtraLinks.php
- 🇫🇮Finland jheinon_finland
As mErilainen stated above, there really was some deprecated code in the aforementioned classes
SearchLinks.php
andExtraLinks.php
.In this, the change for adding the missing accessCheck is included as well as the
interdiff
file between the original patch and the newer patch. - 🇪🇪Estonia hkirsman
D10 support has been added already to 3.x dev version. The last commit seems to be done in https://www.drupal.org/project/admin_toolbar/issues/3338408 📌 Resolve access check errors for D10 compatibility Needs review
This particular issue seems done.