You are here

public function StockTransactionsInterface::returnStock in Commerce Stock 8

Stock returns.

Parameters

\Drupal\commerce\PurchasableEntityInterface $entity: The purchasable entity (most likely a product variation entity).

int $location_id: The location ID.

string $zone: The zone.

float $quantity: The quantity.

float $unit_cost: The unit cost.

string $currency_code: The currency code.

int $order_id: The order ID.

int $user_id: The user ID.

string $message: The message.

1 method overrides StockTransactionsInterface::returnStock()
StockServiceManager::returnStock in src/StockServiceManager.php
Stock returns.

File

src/StockTransactionsInterface.php, line 180

Class

StockTransactionsInterface
Defines a common interface for creating stock transactions.

Namespace

Drupal\commerce_stock

Code

public function returnStock(PurchasableEntityInterface $entity, $location_id, $zone, $quantity, $unit_cost, $currency_code, $order_id, $user_id, $message = NULL);