You are here

public property TestEntityForm::$moduleHandler in Drupal 9

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

The module handler to invoke hooks on.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides EntityHandlerBase::$moduleHandler

File

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

Class

TestEntityForm
Provides a test entity form.

Namespace

Drupal\Tests\Core\Entity

Code

public $moduleHandler;