Model
BookmarkManagement
Magento\Ui\Model\BookmarkManagement
What it does
This class manages UI bookmarks in Magento 2, which store user-specific preferences and configurations for admin grids and UI components.
Developers use this class to retrieve saved view states, filters, and column configurations for the current user based on namespace and identifier.
It's commonly used in admin grid customizations to load and manage user-specific UI settings.
Public Methods
- loadByNamespace()
- getByIdentifierNamespace()