AttributeSetSearchResultsInterface
Magento\Eav\Api\Data\AttributeSetSearchResultsInterface
What it does
This interface defines the contract for search results containing attribute sets in Magento's EAV system.
Developers use this when implementing or consuming API methods that return multiple attribute sets, such as when searching or filtering attribute sets through repository methods.
It extends the standard SearchResultsInterface to type-hint that the items returned are specifically AttributeSetInterface objects.
Public Methods
- getItems()
- setItems()