You are here

public function CourierMaintenanceForm::__construct in Courier 2.x

Same name and namespace in other branches
  1. 8 src/Form/CourierMaintenanceForm.php \Drupal\courier\Form\CourierMaintenanceForm::__construct()

Constructs a CourierMaintenanceForm object.

Parameters

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

File

src/Form/CourierMaintenanceForm.php, line 28

Class

CourierMaintenanceForm
Courier maintenance form.

Namespace

Drupal\courier\Form

Code

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