public function ConstraintViolationListInterface::has

Returns whether the given offset exists.

@api

Parameters

integer $offset The violation offset.:

Return value

Boolean Whether the offset exists.

1 method overrides ConstraintViolationListInterface::has()

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);