You are here

protected property EntityUnitTestBase::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Entity/EntityUnitTestBase.php \Drupal\system\Tests\Entity\EntityUnitTestBase::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/system/src/Tests/Entity/EntityUnitTestBase.php, line 30
Contains \Drupal\system\Tests\Entity\EntityUnitTestBase.

Class

EntityUnitTestBase
Defines an abstract test base for entity unit tests.

Namespace

Drupal\system\Tests\Entity

Code

protected $entityManager;