Log in
Model

BookmarkSearchResults

Magento\Ui\Model\BookmarkSearchResults

What it does

This class serves as a container for search results when querying Bookmark entities in Magento 2's UI component system.

Developers use this class to receive paginated and filtered collections of bookmarks (saved UI grid states) from repository search operations.

It implements the BookmarkSearchResultsInterface to ensure type safety when working with bookmark search results.