ContextualValidatorInterface
startContext()
Starts a new validation context and returns a validator for that context. The returned validator collects all violations generated within its context. You can access these violations with the {@link ContextualValidatorInterface::getViolations()} method.
Return Value ContextualValidatorInterface The validator for the new context