You are here

protected property EntityReferenceFieldTest::$referencedEntityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php \Drupal\KernelTests\Core\Entity\EntityReferenceFieldTest::referencedEntityType

The entity type that is being referenced.

Type: string

File

core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php, line 41

Class

EntityReferenceFieldTest
Tests for the entity reference field.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $referencedEntityType = 'entity_test_rev';