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!

Models Interfaces¶

TaxonInterface¶

The TaxonInterface gives an object an ability to have Taxons assigned as children.

Note

This interface extends the CodeAwareInterface, TranslatableInterface and the TaxonTranslationInterface.

You will find more information about that interface in Sylius API TaxonInterface.

TaxonsAwareInterface¶

The TaxonsAwareInterface should be implemented by models that can be classified with taxons.

Note

You will find more information about that interface in Sylius API TaxonsAwareInterface.

TaxonTranslationInterface¶

This interface should be implemented by models that will store the Taxon translation data.

Note

You will find more information about that interface in Sylius API TaxonTranslationInterface.

Services Interfaces¶

TaxonRepositoryInterface¶

In order to have a possibility to get Taxons as a list you should create a repository class, that implements this interface.

Note

You will find more information about that interface in Sylius API TaxonRepositoryInterface.