Skip to content

Fix Relying on entity queries to check access by default is deprecated in...

Fix 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.

Closes #3352313

Merge request reports