Model
SubmitQuoteValidator
Magento\Quote\Model\SubmitQuoteValidator
What it does
This class validates both quotes and orders during the quote submission process before an order is created.
Developers use this validator to ensure that quote data and order addresses are valid before converting a quote into an order, preventing invalid orders from being placed in the system.
Public Methods
- validateQuote()
- validateOrder()