public function InvoiceTypeInterface::setConfirmationBcc in Commerce Invoice 8.2
Sets the confirmation BCC email.
Parameters
string $confirmation_bcc: The confirmation BCC email.
Return value
$this
1 method overrides InvoiceTypeInterface::setConfirmationBcc()
- InvoiceType::setConfirmationBcc in src/
Entity/ InvoiceType.php - Sets the confirmation BCC email.
File
- src/
Entity/ InvoiceTypeInterface.php, line 174
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function setConfirmationBcc($confirmation_bcc);