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.

TaxonsAwareInterface¶

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

TaxonTranslationInterface¶

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

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.