Interface CategorySettingsRepositoryInterface

Interface CategorySettingsRepositoryInterface

This interface handles the database operations that concern settings regarding display and visibility mode of category related data of the database. It provides a layer for more complicated methods that use the writer, reader and deleter.

Direct known implementers

CategorySettingsRepository

Methods summary

public store( IdType $categoryId, CategorySettingsInterface $settings )

Stores the category settings.

public getCategorySettingsById( IdType $categoryId ) : CategorySettingsInterface

Returns the category settings based on the given ID.