Log in
Model

BlockSearchResults

Magento\Cms\Model\BlockSearchResults

What it does

This class represents a container for CMS block search results returned by repository search operations.

Developers use this when implementing or consuming the CMS block repository's search functionality to get paginated lists of blocks with metadata like total count and search criteria.

It implements the BlockSearchResultsInterface to ensure consistent API responses across the CMS module.