You are here

public function ShipmentEditForm::__construct in Ubercart 8.4

Form constructor.

Parameters

\Drupal\Component\Datetime\TimeInterface $time: The datetime.time service.

File

shipping/uc_fulfillment/src/Form/ShipmentEditForm.php, line 47

Class

ShipmentEditForm
Creates or edits a shipment.

Namespace

Drupal\uc_fulfillment\Form

Code

public function __construct(TimeInterface $time) {
  $this->time = $time;
}