Log in
Model

BookmarkRepository

Magento\Ui\Model\ResourceModel\BookmarkRepository

What it does

This repository class manages CRUD operations for UI bookmarks in Magento 2, which store user-specific grid configurations like filters, sorting, and column preferences.

Developers use this when they need to programmatically save, retrieve, update, or delete bookmark settings for admin grid views, allowing users to persist their preferred view configurations across sessions.

Public Methods

  • save()
  • getById()
  • getList()
  • delete()
  • deleteById()