public function OrderUpdateForm::__construct in Ubercart 8.4
Form constructor.
Parameters
\Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher: The event_dispatcher service.
File
- uc_order/
src/ Form/ OrderUpdateForm.php, line 32
Class
- OrderUpdateForm
- Updates an order's status and optionally adds comments.
Namespace
Drupal\uc_order\FormCode
public function __construct(EventDispatcherInterface $event_dispatcher) {
$this->eventDispatcher = $event_dispatcher;
}