AdminNotification Module
Config\Source\Frequency
This class provides frequency options for admin notification updates in Magento 2. It returns an array of time intervals (1, 2, 6, 12, and 24 hours) u...
Feed
This class manages Magento's admin notification feed system, which retrieves and processes XML notifications from Adobe's remote feed URL. Developers...
Inbox
This model manages administrative notifications displayed in the Magento admin panel inbox. Developers use it to programmatically add system messages...
Model\InboxInterface
This interface defines the contract for managing admin notification inbox functionality in Magento 2. Developers implement this interface to create se...
Model\ResourceModel\Grid\Collection
This collection class retrieves admin notification data specifically for grid display in the Magento admin panel. It extends the base Inbox collection...
Model\ResourceModel\Inbox\Collection
This collection class manages database queries for admin notification inbox messages in Magento 2. Developers use it to retrieve and filter notificati...
NotificationService
This service class provides functionality to manage admin notifications in Magento 2. Developers use this class when they need to programmatically mar...
ResourceModel\Inbox
This resource model manages database operations for admin notifications in Magento 2. Developers use it to load the latest unread notice, retrieve not...
ResourceModel\System\Message
This resource model manages database operations for system messages displayed in the Magento admin panel. Developers would use this when working with...
System\Message
This class represents a system message in Magento's admin notification system. Developers use it to retrieve and display administrative messages with...
System\Message\Baseurl
This class generates an admin notification warning when the Magento store is using placeholder {{base_url}} values instead of actual URLs in base URL...
System\Message\CacheOutdated
This class displays a critical system notification in the Magento admin panel when one or more cache types are invalidated and need to be refreshed. D...
System\Message\Security
This system message model checks if sensitive configuration files (like app/etc/config.php) are publicly accessible via HTTP requests. When the file i...