public function ContextualValidatorInterface::getViolations in Plug 7
Returns the violations that have been generated so far in the context of the validator.
Return value
ConstraintViolationListInterface The constraint violations
1 method overrides ContextualValidatorInterface::getViolations()
- RecursiveContextualValidator::getViolations in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Validator/ RecursiveContextualValidator.php - Returns the violations that have been generated so far in the context of the validator.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Validator/ ContextualValidatorInterface.php, line 88
Class
- ContextualValidatorInterface
- A validator in a specific execution context.
Namespace
Symfony\Component\Validator\ValidatorCode
public function getViolations();