public function InvoiceTypeInterface::shouldSendConfirmation in Commerce Invoice 8.2
Gets whether to email the customer a confirmation when an invoice is generated.
Return value
bool TRUE if the confirmation email should be sent, FALSE otherwise.
1 method overrides InvoiceTypeInterface::shouldSendConfirmation()
- InvoiceType::shouldSendConfirmation in src/
Entity/ InvoiceType.php - Gets whether to email the customer a confirmation when an invoice is generated.
File
- src/
Entity/ InvoiceTypeInterface.php, line 144
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function shouldSendConfirmation();