Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstraintViolationList.php
function ConstraintViolationList::offsetExists
File
vendor/
symfony/
validator/
ConstraintViolationList.php
, line 110
Class
ConstraintViolationList
Default implementation of {@ConstraintViolationListInterface}.
Namespace
Symfony\Component\Validator
Code
public
function
offsetExists
(mixed
$offset
) : bool {
return
$this
->
has
(
$offset
); }
RSS feed