Skip to content
Snippets Groups Projects
Commit e2ffa721 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3297233: Refactor: Add ::accessCheck() to ::entityQuery()

Resolves deprecation:
https://www.drupal.org/node/3201242
parent e6d54a33
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ class PdfWebformPopulationTest extends FillPdfTestBase {
}
$entity_ids = $this->container->get('entity_type.manager')
->accessCheck(TRUE)
->getStorage('webform_submission')
->getQuery()
->sort('sid', 'DESC')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment