CustomerSearchResultsInterface
Magento\Customer\Api\Data\CustomerSearchResultsInterface
What it does
This interface defines the contract for customer search results returned by repository search operations.
Developers use this when implementing or consuming customer search functionality to access paginated lists of customers along with search metadata like total count and search criteria.
It extends Magento's standard SearchResultsInterface to provide type-specific methods for customer entities.
Public Methods
- getItems()
- setItems()