AttributeGroupSearchResults
Magento\Eav\Model\AttributeGroupSearchResults
What it does
This class serves as a container for returning paginated lists of attribute groups from search operations in the EAV system.
Developers use this when implementing repository methods that need to return multiple attribute group results along with metadata like total count and search criteria.
It extends Magento's base SearchResults class to provide standardized pagination and filtering capabilities for attribute group collections.