public function ShipmentTypeInterface::getConfirmationBcc in Commerce Shipping 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.
1 method overrides ShipmentTypeInterface::getConfirmationBcc()
- ShipmentType::getConfirmationBcc in src/
Entity/ ShipmentType.php - Gets the confirmation BCC email.
File
- src/
Entity/ ShipmentTypeInterface.php, line 56
Class
- ShipmentTypeInterface
- Defines the interface for shipment types.
Namespace
Drupal\commerce_shipping\EntityCode
public function getConfirmationBcc();