You are here

public function ShipmentTypeInterface::shouldSendConfirmation in Commerce Shipping 8.2

Gets whether to email the customer when a shipment is shipped.

Return value

bool TRUE if the confirmation email should be sent, FALSE otherwise.

1 method overrides ShipmentTypeInterface::shouldSendConfirmation()
ShipmentType::shouldSendConfirmation in src/Entity/ShipmentType.php
Gets whether to email the customer when a shipment is shipped.

File

src/Entity/ShipmentTypeInterface.php, line 36

Class

ShipmentTypeInterface
Defines the interface for shipment types.

Namespace

Drupal\commerce_shipping\Entity

Code

public function shouldSendConfirmation();