Model
Street
Magento\Customer\Model\Validator\Street
What it does
This validator ensures customer street address fields contain only allowed characters (letters, numbers, and common punctuation).
Developers use this to validate street addresses before saving customer data, preventing invalid characters that could cause issues in address processing or display.
It's automatically invoked during customer address validation workflows.
Public Methods
- isValid()