BookmarkRepositoryInterface
Magento\Ui\Api\BookmarkRepositoryInterface
What it does
This interface defines the contract for managing UI bookmarks in Magento 2, which store user preferences and saved views for admin grids and data tables.
Developers use this repository to programmatically save, retrieve, update, or delete bookmark configurations that preserve filtering, sorting, and column visibility settings for admin users.
It follows the standard repository pattern providing CRUD operations for bookmark entities.
Public Methods
- save()
- getById()
- getList()
- delete()
- deleteById()