ProductAttributeSearchResultsInterface
Magento\Catalog\Api\Data\ProductAttributeSearchResultsInterface
What it does
This interface defines the contract for search results when querying product attributes in Magento 2.
Developers use this when working with product attribute repository methods that return collections of attributes, such as searching or filtering product attributes.
It extends the base SearchResultsInterface and specifies that results must contain ProductAttributeInterface items.
Public Methods
- getItems()
- setItems()