Helper
Rss
Magento\Wishlist\Helper\Rss
What it does
This helper class provides functionality for RSS feed generation of customer wishlists in Magento 2.
Developers use it to retrieve wishlist data, validate customer access, and check if RSS feeds are enabled for wishlists.
It's primarily used in RSS feed controllers to securely expose wishlist items as RSS content.
Public Methods
- getWishlist()
- getCustomer()
- isRssAllow()