You are here

public function PrepareHttpblEntityUninstallForm::__construct in http:BL 8

Constructs a PrepareModulesEntityUninstallForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

Overrides PrepareModulesEntityUninstallForm::__construct

File

src/Form/PrepareHttpblEntityUninstallForm.php, line 44

Class

PrepareHttpblEntityUninstallForm
Provides a form removing httpbl content entities data before uninstallation.

Namespace

Drupal\httpbl\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  parent::__construct($entity_type_manager);
  $this->entityTypeManager = $entity_type_manager;
}