Model
StoreValidator
Magento\Store\Model\Validation\StoreValidator
What it does
This validator class validates Store model objects against a configurable set of validation rules.
Developers use this class to ensure store data meets required criteria before saving, such as validating store codes, names, or other store-specific fields through injected validation rules.
Public Methods
- isValid()