public function ConstraintViolationListInterface::addAll

Merges an existing violation list into this list.

@api

Parameters

ConstraintViolationListInterface $otherList The list to merge.:

1 method overrides ConstraintViolationListInterface::addAll()

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);