You are here

public function ShipmentDeleteForm::__construct in Ubercart 8.4

Form constructor.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

shipping/uc_fulfillment/src/Form/ShipmentDeleteForm.php, line 45

Class

ShipmentDeleteForm
Decides to release packages to be put on another shipment.

Namespace

Drupal\uc_fulfillment\Form

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}