public function ShipmentTypeInterface::setConfirmationBcc in Commerce Shipping 8.2
Sets the confirmation BCC email.
Parameters
string $confirmation_bcc: The confirmation BCC email.
Return value
$this
1 method overrides ShipmentTypeInterface::setConfirmationBcc()
- ShipmentType::setConfirmationBcc in src/
Entity/ ShipmentType.php - Sets the confirmation BCC email.
File
- src/
Entity/ ShipmentTypeInterface.php, line 66
Class
- ShipmentTypeInterface
- Defines the interface for shipment types.
Namespace
Drupal\commerce_shipping\EntityCode
public function setConfirmationBcc($confirmation_bcc);