Returns whether the given offset exists.
@api
Parameters
integer $offset The violation offset.:
Return value
Boolean Whether the offset exists.
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php, line 63
Class
- ConstraintViolationListInterface
- A list of constraint violations.
Namespace
Symfony\Component\Validator
Code
public function has($offset);