BookmarkManagementInterface
Magento\Ui\Api\BookmarkManagementInterface
What it does
This interface defines methods for managing UI bookmarks in Magento 2, which allow users to save and retrieve custom grid/filter configurations.
Developers use this to implement functionality that loads all bookmarks for a specific UI component namespace or retrieves a specific bookmark by its identifier.
It's commonly used in admin grids where users want to save their preferred view settings.
Public Methods
- loadByNamespace()
- getByIdentifierNamespace()