comparison vendor/symfony/validator/Context/ExecutionContextInterface.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 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
273 * 273 *
274 * If the validated value is neither of these, for example if the validator 274 * If the validated value is neither of these, for example if the validator
275 * has been called with a plain value and constraint, this method returns 275 * has been called with a plain value and constraint, this method returns
276 * null. 276 * null.
277 * 277 *
278 * @return MetadataInterface|null The metadata of the currently validated 278 * @return MetadataInterface|null the metadata of the currently validated
279 * value. 279 * value
280 */ 280 */
281 public function getMetadata(); 281 public function getMetadata();
282 282
283 /** 283 /**
284 * Returns the validation group that is currently being validated. 284 * Returns the validation group that is currently being validated.