Merges an existing violation list into this list.
@api
Parameters
ConstraintViolationListInterface $otherList The list to merge.:
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php, line 39
Class
- ConstraintViolationListInterface
- A list of constraint violations.
Namespace
Symfony\Component\Validator
Code
public function addAll(ConstraintViolationListInterface $otherList);