BulkNotificationManagement
Magento\AsynchronousOperations\Model\BulkNotificationManagement
What it does
This class manages bulk operation notifications in Magento's admin panel.
Developers use it to mark bulk operations as acknowledged (dismissing notifications) or to retrieve lists of acknowledged/unacknowledged bulk operations for a specific admin user.
It's primarily used in the notification system to track which bulk operation alerts an admin user has seen or dismissed.
Public Methods
- acknowledgeBulks()
- ignoreBulks()
- getAcknowledgedBulksByUser()
- getIgnoredBulksByUser()