You are here

public function ConstraintViolationInterface::getMessageParameters in Plug 7

Returns the parameters to be inserted into the raw violation message.

@api

Return value

array A possibly empty list of parameters indexed by the names that appear in the message template.

See also

getMessageTemplate()

1 method overrides ConstraintViolationInterface::getMessageParameters()
ConstraintViolation::getMessageParameters in lib/Symfony/validator/Symfony/Component/Validator/ConstraintViolation.php
Returns the parameters to be inserted into the raw violation message.

File

lib/Symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php, line 72

Class

ConstraintViolationInterface
A violation of a constraint that happened during validation.

Namespace

Symfony\Component\Validator

Code

public function getMessageParameters();