Property | Type | Description | |
---|---|---|---|
$supportedOptions | array | ||
$validatorResolver |
Method | Description | |
---|---|---|
validate ( mixed $value ) : Neos\Error\Messages\Result | Checks if the given value is valid according to the validator, and returns the Error Messages object which occurred. |
Method | Description | |
---|---|---|
isValid ( mixed $value ) : void | Checks for a collection and if needed validates the items in the collection. |