You are here

constant InvoiceEvents::INVOICE_ITEM_CREATE in Commerce Invoice 8.2

Name of the event fired after creating a new invoice item.

Fired before the invoice item is saved.

See also

\Drupal\commerce_invoice\Event\InvoiceItemEvent

File

src/Event/InvoiceEvents.php, line 90

Class

InvoiceEvents

Namespace

Drupal\commerce_invoice\Event

Code

const INVOICE_ITEM_CREATE = 'commerce_invoice.commerce_invoice_item.create';