Log in
Model

Category

Magento\Catalog\Model\Rss\Category

What it does

This class provides functionality to retrieve product collections for RSS feeds related to catalog categories.

Developers use this class when implementing RSS feed functionality that needs to display products from a specific category, such as for category-based product updates or new arrivals feeds.

It handles filtering products by visibility, sorting by update date, and limiting results to 50 items per feed.

Public Methods

  • getProductCollection()