You are here

protected property MailInvoiceForm::$mailManager in Ubercart 8.4

The mail manager service.

Type: \Drupal\Core\Mail\MailManagerInterface

File

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

Class

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

Namespace

Drupal\uc_order\Form

Code

protected $mailManager;