Model
Inbox
Magento\AdminNotification\Model\ResourceModel\Inbox
What it does
This resource model manages database operations for admin notifications in Magento 2.
Developers use it to load the latest unread notice, retrieve notification counts grouped by severity, and insert new notifications from external feeds.
It handles the persistence layer for the adminnotification_inbox table.
Public Methods
- loadLatestNotice()
- getNoticeStatus()
- parse()