Model
AgreementsValidator
Magento\Checkout\Model\AgreementsValidator
What it does
This is a default implementation of the agreements validator that always returns true, effectively skipping validation.
Developers would override or plugin this class to implement actual validation logic for checkout agreements and terms & conditions that customers must accept during checkout.
Public Methods
- isValid()