Log in
Model

ProductAttributeSearchResults

Magento\Catalog\Model\ProductAttributeSearchResults

What it does

This class serves as a data container for returning product attribute search results from the Catalog API.

Developers use this when working with product attribute repositories or search operations to retrieve a collection of product attributes along with pagination and filtering information.

It implements the ProductAttributeSearchResultsInterface to ensure consistent search result formatting across Magento's API layer.