ProductSettingsRepositoryReaderInterface
in
Interface ProductSettingsRepositoryReaderInterface
Tags
Table of Contents
- getById() : ProductSettingsInterface
- Returns a product settings instance by the given product id.
Methods
getById()
Returns a product settings instance by the given product id.
public
getById(IdType $productId) : ProductSettingsInterface
Parameters
- $productId : IdType
-
Id of product entity.
Return values
ProductSettingsInterface —Entity with product settings for the expected product id.