Model
Bookmark
Magento\Ui\Model\Bookmark
What it does
This model represents a user's saved bookmark configuration for UI components like admin grids.
Developers use this class to store and retrieve user-specific view settings such as filters, sorting, and column configurations that persist across sessions.
It allows users to save their preferred grid states and switch between different saved views.
Public Methods
- getId()
- getUserId()
- getNamespace()
- getIdentifier()
- isCurrent()
- getTitle()
- getConfig()
- getCreatedAt()
- getUpdatedAt()
- setId()
- setUserId()
- setNamespace()
- setIdentifier()
- setCurrent()
- setTitle()
- setConfig()
- setCreatedAt()
- setUpdatedAt()
- getExtensionAttributes()
- setExtensionAttributes()