comparison vendor/symfony/validator/ConstraintValidatorFactoryInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
19 { 19 {
20 /** 20 /**
21 * Given a Constraint, this returns the ConstraintValidatorInterface 21 * Given a Constraint, this returns the ConstraintValidatorInterface
22 * object that should be used to verify its validity. 22 * object that should be used to verify its validity.
23 * 23 *
24 * @param Constraint $constraint The source constraint
25 *
26 * @return ConstraintValidatorInterface 24 * @return ConstraintValidatorInterface
27 */ 25 */
28 public function getInstance(Constraint $constraint); 26 public function getInstance(Constraint $constraint);
29 } 27 }