Log in
Model

Wishlist

Magento\Wishlist\Model\Rss\Wishlist

What it does

This class generates RSS feed data for customer wishlists, allowing customers to share their wishlist items via RSS.

Developers would use this when implementing RSS functionality for wishlists, as it handles authentication, caching, and formatting wishlist products into RSS-compatible XML data with product details, images, and prices.

Public Methods

  • isAllowed()
  • getRssData()
  • getCacheKey()
  • getCacheLifetime()
  • getHeader()
  • getProductPriceHtml()
  • getFeeds()
  • isAuthRequired()