public function InvoiceInterface::getEmail in Commerce Invoice 8.2
Gets the invoice email.
Return value
string The invoice email.
1 method overrides InvoiceInterface::getEmail()
- Invoice::getEmail in src/
Entity/ Invoice.php - Gets the invoice email.
File
- src/
Entity/ InvoiceInterface.php, line 71
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getEmail();