You are here

protected property SelectionTest::$nodes in Drupal 8

Same name in this branch
  1. 8 core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Functional\EntityReference\Views\SelectionTest::nodes
  2. 8 core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Kernel\EntityReference\Views\SelectionTest::nodes
Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Functional\EntityReference\Views\SelectionTest::nodes

An array of node titles, keyed by content type and node ID.

Type: \Drupal\node\NodeInterface[]

File

core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php, line 42

Class

SelectionTest
Tests entity reference selection handler.

Namespace

Drupal\Tests\field\Functional\EntityReference\Views

Code

protected $nodes = [];