You are here

public property TestEntityHandlerBase::$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\TestEntityHandlerBase::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 406
Contains \Drupal\Tests\Core\Entity\EntityTypeManagerTest.

Class

TestEntityHandlerBase
Provides a test entity handler.

Namespace

Drupal\Tests\Core\Entity

Code

public $moduleHandler;