You are here

protected property MailInvoiceForm::$order in Ubercart 8.4

The order to be emailed.

Type: \Drupal\uc_order\OrderInterface

File

uc_order/src/Form/MailInvoiceForm.php, line 21

Class

MailInvoiceForm
Defines a form to set the recipient of an invoice, then mails it.

Namespace

Drupal\uc_order\Form

Code

protected $order;