You are here

protected property EntityDeriverTest::$typedDataManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php \Drupal\KernelTests\Core\Entity\EntityDeriverTest::typedDataManager

The typed data manager to use.

Type: \Drupal\Core\TypedData\TypedDataManagerInterface

File

core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php, line 24

Class

EntityDeriverTest
Tests EntityDeriver functionality.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $typedDataManager;