Interface
GroupSearchResultsInterface
Magento\Customer\Api\Data\GroupSearchResultsInterface
What it does
This interface defines the contract for search results when querying customer groups in Magento 2.
Developers use this interface to handle collections of customer group data returned from repository search operations, allowing them to retrieve and manipulate lists of GroupInterface objects with pagination and filtering support inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()