public function ConstraintViolationInterface::getMessageParameters

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 drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php
Returns the parameters to be inserted into the raw violation message.

File

drupal/core/vendor/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();