public function InvoiceType::getConfirmationBcc in Commerce Invoice 8.2
Gets the confirmation BCC email.
If provided, this email will receive a copy of the confirmation email.
Return value
string The confirmation BCC email.
Overrides InvoiceTypeInterface::getConfirmationBcc
File
- src/
Entity/ InvoiceType.php, line 259
Class
- InvoiceType
- Defines the invoice type entity class.
Namespace
Drupal\commerce_invoice\EntityCode
public function getConfirmationBcc() {
return $this->confirmationBcc;
}