comparison vendor/symfony/validator/ConstraintViolationInterface.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
54 public function getMessageTemplate(); 54 public function getMessageTemplate();
55 55
56 /** 56 /**
57 * Returns the parameters to be inserted into the raw violation message. 57 * Returns the parameters to be inserted into the raw violation message.
58 * 58 *
59 * @return array A possibly empty list of parameters indexed by the names 59 * @return array a possibly empty list of parameters indexed by the names
60 * that appear in the message template. 60 * that appear in the message template
61 * 61 *
62 * @see getMessageTemplate() 62 * @see getMessageTemplate()
63 */ 63 */
64 public function getParameters(); 64 public function getParameters();
65 65
106 public function getPropertyPath(); 106 public function getPropertyPath();
107 107
108 /** 108 /**
109 * Returns the value that caused the violation. 109 * Returns the value that caused the violation.
110 * 110 *
111 * @return mixed The invalid value that caused the validated constraint to 111 * @return mixed the invalid value that caused the validated constraint to
112 * fail. 112 * fail
113 */ 113 */
114 public function getInvalidValue(); 114 public function getInvalidValue();
115 115
116 /** 116 /**
117 * Returns a machine-digestible error code for the violation. 117 * Returns a machine-digestible error code for the violation.