function SequentiallyConstraint::validatedBy
File
-
core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ SequentiallyConstraint.php, line 32
Class
- SequentiallyConstraint
- Checks constraints sequentially and shows the error from the first.
Namespace
Drupal\Core\Validation\Plugin\Validation\ConstraintCode
public function validatedBy() : string {
return SequentiallyValidator::class;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.