public function OrderTypeInterface::getReceiptBcc in Commerce Core 8.2
Gets the receipt BCC email.
If provided, this email will receive a copy of the receipt email.
Return value
string The receipt BCC email.
1 method overrides OrderTypeInterface::getReceiptBcc()
- OrderType::getReceiptBcc in modules/
order/ src/ Entity/ OrderType.php - Gets the receipt BCC email.
File
- modules/
order/ src/ Entity/ OrderTypeInterface.php, line 126
Class
- OrderTypeInterface
- Defines the interface for order types.
Namespace
Drupal\commerce_order\EntityCode
public function getReceiptBcc();