You are here

protected property DynamicEntityReferenceFieldTest::$referencedEntityType in Dynamic Entity Reference 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/DynamicEntityReferenceFieldTest.php \Drupal\Tests\dynamic_entity_reference\Kernel\DynamicEntityReferenceFieldTest::referencedEntityType

The entity type that is being referenced.

Type: string

File

tests/src/Kernel/DynamicEntityReferenceFieldTest.php, line 34

Class

DynamicEntityReferenceFieldTest
Tests for the dynamic entity reference field.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel

Code

protected $referencedEntityType = 'entity_test_with_bundle';