File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationList.php, line 135
Class
- ConstraintViolationList
- Default implementation of {@ConstraintViolationListInterface}.
Namespace
Symfony\Component\Validator
Code
public function offsetGet($offset) {
return $this
->get($offset);
}