public function ShipmentTypeInterface::setSendConfirmation in Commerce Shipping 8.2
Sets whether to email the customer a shipment confirmation.
Parameters
bool $send_confirmation: TRUE if the confirmation email should be sent, FALSE otherwise.
Return value
$this
1 method overrides ShipmentTypeInterface::setSendConfirmation()
- ShipmentType::setSendConfirmation in src/
Entity/ ShipmentType.php - Sets whether to email the customer a shipment confirmation.
File
- src/
Entity/ ShipmentTypeInterface.php, line 46
Class
- ShipmentTypeInterface
- Defines the interface for shipment types.
Namespace
Drupal\commerce_shipping\EntityCode
public function setSendConfirmation($send_confirmation);