constant LocalStockTransactionEvents::LOCAL_STOCK_TRANSACTION_CREATE in Commerce Stock 8
Name of the event fired after creating a new stock transaction.
Fired before the stock transaction is saved.
See also
\Drupal\commerce_stock_local\Event\LocalStockTransactionEvent
File
- modules/
local_storage/ src/ Event/ LocalStockTransactionEvents.php, line 28
Class
- LocalStockTransactionEvents
- List of local stock transaction events.
Namespace
Drupal\commerce_stock_local\EventCode
const LOCAL_STOCK_TRANSACTION_CREATE = 'commerce_stock_local.stock_transaction.create';