vendor/mglaman/drupal-check/drupal-check modules/admin_toolbar/
------ -----------------------------------------------------------------------
Line admin_toolbar_search/src/SearchLinks.php
------ -----------------------------------------------------------------------
123 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.
💡 See https://www.drupal.org/node/3201242
------ -----------------------------------------------------------------------
------ --------------------------------------------------------------------------------
Line admin_toolbar_search/tests/src/FunctionalJavascript/AdminToolbarSearchTest.php
------ --------------------------------------------------------------------------------
25 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
26 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
27 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
------ --------------------------------------------------------------------------------
------ -------------------------------------------------------------------------------------
Line admin_toolbar_search/tests/src/FunctionalJavascript/AdminToolbarToolsSearchTest.php
------ -------------------------------------------------------------------------------------
118 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
119 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
120 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
173 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
177 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
203 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
212 Call to an undefined method
Drupal\Tests\WebAssert::waitForElementVisible().
------ -------------------------------------------------------------------------------------
------ -----------------------------------------------------------------------
Line admin_toolbar_tools/src/Plugin/Derivative/ExtraLinks.php
------ -----------------------------------------------------------------------
114 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.
💡 See https://www.drupal.org/node/3201242
------ -----------------------------------------------------------------------
[ERROR] Found 12 errors
Thanks for using drupal-check!
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 3352313-13.patch | 2.74 KB | chaitanyadessai |
| #8 | 3352313.patch | 1.34 KB | prabuela |
Issue fork admin_toolbar-3352313
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
akshay kashyap commentedComment #3
avpadernoComment #4
avpadernoThe Relying on entity queries to check access by default is deprecated errors have been already reported in #3338408: Resolve access check errors for D10 compatibility, which has a patch.
Comment #5
prabuela commentedComment #6
prabuela commentedComment #7
prabuela commentedComment #8
prabuela commentedComment #9
prabuela commentedComment #10
avpadernoComment #13
chaitanyadessai commentedAdding Patch.
Comment #15
marcoliverI updated the MR from #12, incorporated the changes from #8 and worked on the rest of the reported issues.
drupal-checknow shows me no errors!Comment #16
japerry