Model
AllowedCountryValidationRule
Magento\Quote\Model\ValidationRules\AllowedCountryValidationRule
What it does
This validation rule checks if the shipping address country in a quote is allowed for the store.
Developers would use this class when implementing quote validation logic to ensure customers can only ship to countries enabled in the store's configuration, preventing orders to restricted locations.
Public Methods
- validate()