Model
NewOrder
Magento\Sales\Model\Rss\NewOrder
What it does
This class provides RSS feed functionality for new orders in Magento 2's admin panel.
It generates an RSS feed containing orders created in the last 7 days, allowing administrators to subscribe and receive notifications about new orders.
Developers would use this when implementing or customizing RSS feed features for order management and monitoring.
Public Methods
- isAllowed()
- getRssData()
- getCacheKey()
- getCacheLifetime()
- getFeeds()
- isAuthRequired()