Log in
Interface

NotifierInterface

Magento\Sales\Model\Order\Invoice\NotifierInterface

What it does

This interface defines the contract for notifying customers when an invoice is created in Magento 2.

Developers use this to send invoice notification emails to customers, either synchronously or asynchronously.

It's typically implemented by classes that handle the actual email sending logic for invoice notifications.

Public Methods

  • notify()