Interface
AttributeSearchResultsInterface
Magento\Eav\Api\Data\AttributeSearchResultsInterface
What it does
This interface defines the contract for search results when querying EAV attributes through Magento's API.
Developers use this to handle collections of attribute objects returned from attribute repository searches, providing type-safe methods to get and set arrays of AttributeInterface objects with pagination and filtering metadata.
Public Methods
- getItems()
- setItems()