Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Validation/ConstraintManager.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
53 $this->discovery = parent::getDiscovery(); | 53 $this->discovery = parent::getDiscovery(); |
54 $this->discovery = new StaticDiscoveryDecorator($this->discovery, [$this, 'registerDefinitions']); | 54 $this->discovery = new StaticDiscoveryDecorator($this->discovery, [$this, 'registerDefinitions']); |
55 } | 55 } |
56 return $this->discovery; | 56 return $this->discovery; |
57 } | 57 } |
58 | |
59 | 58 |
60 /** | 59 /** |
61 * Creates a validation constraint. | 60 * Creates a validation constraint. |
62 * | 61 * |
63 * @param string $name | 62 * @param string $name |