Interface
OrderStatusHistorySearchResultInterface
Magento\Sales\Api\Data\OrderStatusHistorySearchResultInterface
What it does
This interface defines a contract for search results when querying order status history records in Magento 2.
Developers use this interface when retrieving multiple order status history entries through repository methods, as it provides type-safe access to collections of OrderStatusHistory objects with pagination and filtering support inherited from SearchResultsInterface.
Public Methods
- getItems()
- setItems()