You are here

public property TestEntityFormInjected::$color in Drupal 9

Same name and namespace in other branches
  1. 8 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 502
Contains \Drupal\Tests\Core\Entity\EntityTypeManagerTest.

Class

TestEntityFormInjected
Provides a test entity form that uses injection.

Namespace

Drupal\Tests\Core\Entity

Code

public $color;