PHP Class Neos\Flow\Validation\Validator\LocaleIdentifierValidator

This validator validates a string based on the expressions of the Flow I18n implementation.
Inheritance: extends AbstractValidator
Show file Open project: neos/flow-development-collection

Protected Methods

Method Description
isValid ( mixed $value ) : void Is valid if the given value is a valid "locale identifier".

Method Details

isValid() protected method

Is valid if the given value is a valid "locale identifier".
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
return void