Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.69 KB

File metadata and controls

52 lines (33 loc) · 1.69 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

ProductInterface

This interface should be implemented by models characterizing a product.

Note

This interface extends SlugAwareInterface, TimestampableInterface and component_product_model_product-translation-interface.

ProductTranslationInterface

This interface should be implemented by models used for storing a single translation of product fields.

Note

This interface extends the SlugAwareInterface.

AttributeValueInterface

This interfaces should be implemented by models used to bind an attribute and a value to a specific product.

Note

This interface extends the component_attribute_model_attribute-value-interface.

ProductVariantInterface

This interface should be implemented by models binding a product with a specific combination of attributes.