public function ConstraintViolationInterface::getMessageParameters in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/ConstraintViolationInterface.php \Symfony\Component\Validator\ConstraintViolationInterface::getMessageParameters()
Returns the parameters to be inserted into the raw violation message.
Return value
array A possibly empty list of parameters indexed by the names that appear in the message template.
Deprecated
since version 2.7, to be replaced by getParameters() in 3.0.
See also
getMessageTemplate()
1 method overrides ConstraintViolationInterface::getMessageParameters()
- ConstraintViolation::getMessageParameters in vendor/
symfony/ validator/ ConstraintViolation.php
File
- vendor/
symfony/ validator/ ConstraintViolationInterface.php, line 66
Class
- ConstraintViolationInterface
- A violation of a constraint that happened during validation.
Namespace
Symfony\Component\ValidatorCode
public function getMessageParameters();