Interface CategoryListProviderInterface

Interface CategoryListProviderInterface

This interface defines methods for creating a list of flattened categories with just its essential data. The list of categories is filtered by its parent category ID and customer status permissions and for simplicity it contains language specific data only in one language.

Direct known implementers

CategoryListProvider

Methods summary

public getByParentId( IdType $parentId ) : CategoryListItemCollection

Returns a category list based the parent ID provided.