Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstraintViolationListInterface.php
function ConstraintViolationListInterface::addAll
Merges an existing violation list into this list.
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 34
Class
ConstraintViolationListInterface
A list of constraint violations.
Namespace
Symfony\Component\Validator
Code
public
function
addAll
(self
$otherList
) : void;
RSS feed