public function ConstraintViolationListInterface::remove

Removes a violation at a given offset.

@api

Parameters

integer $offset The offset to remove.:

1 method overrides ConstraintViolationListInterface::remove()
ConstraintViolationList::remove in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php
Removes a violation at a given offset.

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php, line 82

Class

ConstraintViolationListInterface
A list of constraint violations.

Namespace

Symfony\Component\Validator

Code

public function remove($offset);