public function ConstraintViolationListInterface::remove in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/ConstraintViolationListInterface.php \Symfony\Component\Validator\ConstraintViolationListInterface::remove()
Removes a violation at a given offset.
Parameters
int $offset The offset to remove.:
1 method overrides ConstraintViolationListInterface::remove()
- ConstraintViolationList::remove in vendor/
symfony/ validator/ ConstraintViolationList.php - Removes a violation at a given offset.
File
- vendor/
symfony/ validator/ ConstraintViolationListInterface.php, line 68
Class
- ConstraintViolationListInterface
- A list of constraint violations.
Namespace
Symfony\Component\ValidatorCode
public function remove($offset);