Log in
Model

Feed

Magento\AdminNotification\Model\Feed

What it does

This class manages Magento's admin notification feed system, which retrieves and processes XML notifications from Adobe's remote feed URL.

Developers use this class to check for new admin notifications, parse feed data, and update the admin inbox with important system messages, security updates, or product announcements based on configured frequency intervals.

Public Methods

  • getFeedUrl()
  • checkUpdate()
  • getFrequency()
  • getLastUpdate()
  • setLastUpdate()
  • getFeedData()
  • getFeedXml()