CategorySettingsRepositoryReaderInterface
in
Interface CategorySettingsRepositoryReaderInterface
This interface defines methods for fetching particular columns of specific category records in the database. The category settings are stored in the categories table and are more related to display and visibility modes of category related data.
Tags
Table of Contents
- getById() : CategorySettingsInterface
- Returns category settings based on ID given.
Methods
getById()
Returns category settings based on ID given.
public
getById(IdType $categoryId) : CategorySettingsInterface
Parameters
- $categoryId : IdType
-
Category ID.