public function ConstraintViolationListInterface::addAll in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/ConstraintViolationListInterface.php \Symfony\Component\Validator\ConstraintViolationListInterface::addAll()
Merges an existing violation list into this list.
Parameters
ConstraintViolationListInterface $otherList The list to merge.:
1 method overrides ConstraintViolationListInterface::addAll()
- ConstraintViolationList::addAll in vendor/
symfony/ validator/ ConstraintViolationList.php - Merges an existing violation list into this list.
File
- vendor/
symfony/ validator/ ConstraintViolationListInterface.php, line 33
Class
- ConstraintViolationListInterface
- A list of constraint violations.
Namespace
Symfony\Component\ValidatorCode
public function addAll(ConstraintViolationListInterface $otherList);