Interface
OrderSearchResultInterface
Magento\Sales\Api\Data\OrderSearchResultInterface
What it does
This interface defines the contract for order search results in Magento 2.
Developers use this when working with order repository searches or collections that return multiple orders, as it provides a standardized way to retrieve and manipulate lists of order objects along with pagination and filtering information inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()