Interface
AttributeGroupSearchResultsInterface
Magento\Eav\Api\Data\AttributeGroupSearchResultsInterface
What it does
This interface defines the contract for search results when querying attribute groups in Magento's EAV system.
Developers use this when retrieving collections of attribute groups through repository methods, as it provides standardized methods to get and set the list of AttributeGroupInterface objects returned from search operations.
Public Methods
- getItems()
- setItems()