You are here

protected property TestEntityForm::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php \Drupal\Tests\Core\Entity\TestEntityForm::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

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

Class

TestEntityForm
Provides a test entity form.

Namespace

Drupal\Tests\Core\Entity

Code

protected $entityManager;