Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Sequentially.php
Sequentially::$constraints
Type:
constraints
File
vendor/
symfony/
validator/
Constraints/
Sequentially.php
, line 25
Class
Sequentially
Use this constraint to sequentially validate nested constraints. Validation for the nested constraints collection will stop at first violation.
Namespace
Symfony\Component\Validator\Constraints
Code
public array|Constraint $constraints = [];
RSS feed