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.

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 AttributeValueInterface.

ProductVariantInterface¶

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