protected property SelectionTest::$nodes in Drupal 8
Same name in this branch
- 8 core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php \Drupal\Tests\field\Functional\EntityReference\Views\SelectionTest::nodes
- 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
- 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\ViewsCode
protected $nodes = [];