You are here

protected property TestEntityFormInjected::$color in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php \Drupal\Tests\Core\Entity\TestEntityFormInjected::color

The color of the entity type.

Type: string

File

core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php, line 489
Contains \Drupal\Tests\Core\Entity\EntityTypeManagerTest.

Class

TestEntityFormInjected
Provides a test entity form that uses injection.

Namespace

Drupal\Tests\Core\Entity

Code

protected $color;