You are here

protected property EntityReferenceFileUploadTest::$referencedType in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php \Drupal\Tests\field\Functional\EntityReference\EntityReferenceFileUploadTest::referencedType
  2. 9 core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php \Drupal\Tests\field\Functional\EntityReference\EntityReferenceFileUploadTest::referencedType

The name of a content type that will be referenced by $referencingType.

Type: string

File

core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php, line 39

Class

EntityReferenceFileUploadTest
Tests an autocomplete widget with file upload.

Namespace

Drupal\Tests\field\Functional\EntityReference

Code

protected $referencedType;