We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd78c1d commit 2dd75e8Copy full SHA for 2dd75e8
tests/src/Rules/data/bug-494.php
@@ -4,7 +4,10 @@
4
5
class TestClass {
6
7
- public function bug494($entity_type): void
+ /**
8
+ * Tests entity count queries with access check and unknown entity type.
9
+ */
10
+ public function bug494(string $entity_type): void
11
{
12
\Drupal::entityQuery($entity_type)
13
->accessCheck(FALSE)
0 commit comments