You are here

public function LocalStockTransactionEvent::getStockTransaction in Commerce Stock 8

Get the stock transaction.

Return value

object The local stock transaction.

File

modules/local_storage/src/Event/LocalStockTransactionEvent.php, line 88

Class

LocalStockTransactionEvent
Defines the stock location event.

Namespace

Drupal\commerce_stock_local\Event

Code

public function getStockTransaction() {
  return $this->stockTransaction;
}