You are here

constant LocalStockEvents::STOCK_LOCATION_CREATE in Commerce Stock 8

Name of the event fired after creating a new stock location.

Fired before the stock location is saved.

See also

\Drupal\commerce_stock_local\Event\StockLocationEvent

File

modules/local_storage/src/Event/LocalStockEvents.php, line 30

Class

LocalStockEvents
List of stock location events.

Namespace

Drupal\commerce_stock_local\Event

Code

const STOCK_LOCATION_CREATE = 'commerce_stock_local.stock_location.create';