comparison vendor/symfony/validator/Validator/ValidatorInterface.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
89 * Returns a validator in the given execution context. 89 * Returns a validator in the given execution context.
90 * 90 *
91 * The returned validator adds all generated violations to the given 91 * The returned validator adds all generated violations to the given
92 * context. 92 * context.
93 * 93 *
94 * @param ExecutionContextInterface $context The execution context
95 *
96 * @return ContextualValidatorInterface The validator for that context 94 * @return ContextualValidatorInterface The validator for that context
97 */ 95 */
98 public function inContext(ExecutionContextInterface $context); 96 public function inContext(ExecutionContextInterface $context);
99 } 97 }