Deprecated
Table of Contents
BatchInventoryMutation.php
| Line | Element | Reason |
|---|---|---|
| 18 | BatchInventoryMutation | use BatchQuantityStateDelta instead |
InventoryBatch.php
| Line | Element | Reason |
|---|---|---|
| 18 | InventoryBatch | use QuantityStateBatch instead |
| 25 | InventoryBatch::mutations() | use deltas() instead |
Cascade.php
| Line | Element | Reason |
|---|---|---|
| 14 | Cascade | use Flow instead |
Inventory.php
| Line | Element | Reason |
|---|---|---|
| 14 | Inventory | use QuantityState instead |
MovementResult.php
| Line | Element | Reason |
|---|---|---|
| 95 | MovementResult::mutations() | use deltas() instead |
AvailableInventorySortPolicy.php
| Line | Element | Reason |
|---|---|---|
| 14 | AvailableInventorySortPolicy | use AvailableQuantitySortPolicy instead |
InventoryMutation.php
| Line | Element | Reason |
|---|---|---|
| 14 | InventoryMutation | use QuantityStateDelta instead |
MovementEvent.php
| Line | Element | Reason |
|---|---|---|
| 83 | MovementEvent::mutations() | use deltas() instead |
CascadeContext.php
| Line | Element | Reason |
|---|---|---|
| 14 | CascadeContext | use FlowContext instead |
SlotSpace.php
| Line | Element | Reason |
|---|---|---|
| 616 | SlotSpace::cascade() | use flow() instead |
| 721 | SlotSpace::getCascade() | use getFlow() instead |