Log in
Model

ProductRenderInfoSearchResults

Magento\Catalog\Model\ProductRenderInfoSearchResults

What it does

This class serves as a container for search results when retrieving product render information in Magento 2.

Developers use this class to handle collections of product rendering data returned from API calls, particularly when fetching multiple products' display information for storefront rendering.

It extends the standard SearchResults class to provide type-specific handling for product render data through the ProductRenderSearchResultsInterface.