public function ConstraintViolationList::offsetUnset

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php, line 155

Class

ConstraintViolationList
Default implementation of {@ConstraintViolationListInterface}.

Namespace

Symfony\Component\Validator

Code

public function offsetUnset($offset) {
  $this
    ->remove($offset);
}