Interface
ProductSearchResultsInterface
Magento\Catalog\Api\Data\ProductSearchResultsInterface
What it does
This interface defines the contract for product search results returned by Magento's catalog API.
Developers use this when implementing or consuming product search operations through the API layer, as it provides a standardized way to retrieve and set collections of product items along with search metadata like total count and search criteria inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()