You are here

protected property EntityReferenceAutoCreateTest::$referencedType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php \Drupal\field\Tests\EntityReference\EntityReferenceAutoCreateTest::referencedType

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

Type: string

File

core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php, line 35
Contains \Drupal\field\Tests\EntityReference\EntityReferenceAutoCreateTest.

Class

EntityReferenceAutoCreateTest
Tests creating new entity (e.g. taxonomy-term) from an autocomplete widget.

Namespace

Drupal\field\Tests\EntityReference

Code

protected $referencedType;