You are here

protected property EntityQueryRelationshipTest::$queryResults in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php \Drupal\KernelTests\Core\Entity\EntityQueryRelationshipTest::queryResults
  2. 10 core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php \Drupal\KernelTests\Core\Entity\EntityQueryRelationshipTest::queryResults

The results returned by EntityQuery.

Type: array

File

core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php, line 60

Class

EntityQueryRelationshipTest
Tests the Entity Query relationship API.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $queryResults;