Interface
QuoteItemsCleanerInterface
Magento\Quote\Model\Product\QuoteItemsCleanerInterface
What it does
This interface defines a contract for cleaning quote items associated with a specific product.
Developers would implement this interface to create services that remove or clean up quote items when a product is modified, deleted, or becomes unavailable, ensuring quotes remain valid and consistent with current product data.
Public Methods
- execute()