public function CourierMaintenanceForm::__construct in Courier 8
Same name and namespace in other branches
- 2.x 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 33 - Contains \Drupal\courier\Form\CourierMaintenanceForm.
Class
- CourierMaintenanceForm
- Courier maintenance form.
Namespace
Drupal\courier\FormCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}