Model
Message
Magento\AdminNotification\Model\System\Message
What it does
This class represents a system message in Magento's admin notification system.
Developers use it to retrieve and display administrative messages with varying severity levels to store administrators.
It implements the MessageInterface to provide a standardized way of handling system notifications in the admin panel.
Public Methods
- isDisplayed()
- getText()
- getSeverity()
- getIdentity()