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 when working with customer group repository search methods to retrieve a collection of customer groups along with pagination and search criteria information.
It extends the base SearchResultsInterface and specifies that items must be of type GroupInterface.
Public Methods
- getItems()
- setItems()