Log in
Model

Message

Magento\AdminNotification\Model\ResourceModel\System\Message

What it does

This resource model manages database operations for system messages displayed in the Magento admin panel.

Developers would use this when working with admin notifications that need to be persisted in the database, such as system alerts, warnings, or important messages shown to administrators.

It handles the data layer for the admin_system_messages table with a non-auto-incrementing primary key.