Collection
ExpiredQuotesCollection
Magento\Sales\Model\ResourceModel\Collection\ExpiredQuotesCollection
What it does
This class retrieves expired shopping cart quotes from the database based on store-specific lifetime configuration.
Developers use it in cron jobs or maintenance tasks to identify and clean up abandoned carts that haven't been updated within the configured quote lifetime period, helping maintain database performance.
Public Methods
- getExpiredQuotes()