You are here

constant InvoiceEvents::INVOICE_CREATE in Commerce Invoice 8.2

Name of the event fired after creating a new invoice.

Fired before the invoice is saved.

See also

\Drupal\commerce_invoice\Event\InvoiceEvent

File

src/Event/InvoiceEvents.php, line 25

Class

InvoiceEvents

Namespace

Drupal\commerce_invoice\Event

Code

const INVOICE_CREATE = 'commerce_invoice.commerce_invoice.create';