function UuidConstraint::validatedBy
File
-
core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ UuidConstraint.php, line 21
Class
- UuidConstraint
- Validates a UUID.
Namespace
Drupal\Core\Validation\Plugin\Validation\ConstraintCode
public function validatedBy() {
return UuidValidator::class;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.