Interface
ProductAttributeSearchResultsInterface
Magento\Catalog\Api\Data\ProductAttributeSearchResultsInterface
What it does
This interface defines the contract for search results containing product attributes in Magento 2.
Developers use it when implementing or working with repository methods that return collections of product attributes, ensuring consistent handling of paginated attribute search results through the API layer.
Public Methods
- getItems()
- setItems()