public function OrderType::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.
Overrides OrderTypeInterface::getReceiptBcc
File
- modules/
order/ src/ Entity/ OrderType.php, line 199
Class
- OrderType
- Defines the order type entity class.
Namespace
Drupal\commerce_order\EntityCode
public function getReceiptBcc() {
return $this->receiptBcc;
}