Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.43 KB

File metadata and controls

51 lines (31 loc) · 1.43 KB

outdated

Interfaces

Danger

We're sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

Model Interfaces

InventoryUnitInterface

This interface should be implemented by model representing a single InventoryUnit.

Hint

It also contains the default /components_and_bundles/components/Inventory/state_machine.

Note

This interface extends TimestampableInterface.

StockableInterface

This interface provides basic operations for any model that can be stored.

Service Interfaces

AvailabilityCheckerInterface

This interface provides methods for checking availability of stockable objects.

InventoryUnitFactoryInterface

This interface is implemented by services responsible for creating collection of new inventory units.