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¶

ChannelInterface¶

This interface should be implemented by every custom sale channel model.

Note

This interface extends TimestampableInterface and CodeAwareInterface.

ChannelAwareInterface¶

This interface should be implemented by models associated with a specific sale channel.

ChannelsAwareInterface¶

This interface should be implemented by models associated with multiple channels.

Service Interfaces¶