Model
Telephone
Magento\Customer\Model\Validator\Telephone
What it does
This validator ensures that customer telephone numbers contain only valid characters: digits (0-9), plus signs, hyphens, parentheses, and spaces, with a maximum length of 20 characters.
Developers use this class when validating customer telephone input during customer creation or updates to enforce consistent phone number formatting across the Magento store.
Public Methods
- isValid()