public function ShipmentType::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.
Overrides ShipmentTypeInterface::getConfirmationBcc
File
- src/
Entity/ ShipmentType.php, line 112
Class
- ShipmentType
- Defines the shipment type entity class.
Namespace
Drupal\commerce_shipping\EntityCode
public function getConfirmationBcc() {
return $this->confirmationBcc;
}