Interface
OrderResourceInterface
Magento\Sales\Model\Spi\OrderResourceInterface
What it does
This interface defines the contract for Order resource models that handle database operations for order entities in Magento 2.
Developers implement this interface when creating custom order persistence logic or extending order data storage functionality.
It provides standardized methods for saving, loading, and deleting order records from the database.
Public Methods
- save()
- load()
- delete()