Model
Rss
Magento\Rss\Model\Rss
What it does
This class manages RSS feed generation in Magento 2, handling data retrieval from providers, caching feed data for performance, and converting feed data into XML format.
Developers use this class when building RSS feed functionality for features like new products, order updates, or custom content feeds that need to be consumed by RSS readers.
Public Methods
- getFeeds()
- setDataProvider()
- createRssXml()