You are here

protected property DynamicEntityReferenceConfigEntityTest::$referencedEntityTypes in Dynamic Entity Reference 8.2

The entity type that is being referenced.

Type: string[]

File

tests/src/Kernel/DynamicEntityReferenceConfigEntityTest.php, line 29

Class

DynamicEntityReferenceConfigEntityTest
Tests for referencing configuration entities with configurable fields.

Namespace

Drupal\Tests\dynamic_entity_reference\Kernel

Code

protected $referencedEntityTypes = [
  'config_test',
];