public function ConstraintViolationInterface::getMessage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/ConstraintViolationInterface.php \Symfony\Component\Validator\ConstraintViolationInterface::getMessage()
Returns the violation message.
Return value
string The violation message.
1 method overrides ConstraintViolationInterface::getMessage()
- ConstraintViolation::getMessage in vendor/
symfony/ validator/ ConstraintViolation.php - Returns the violation message.
File
- vendor/
symfony/ validator/ ConstraintViolationInterface.php, line 43
Class
- ConstraintViolationInterface
- A violation of a constraint that happened during validation.
Namespace
Symfony\Component\ValidatorCode
public function getMessage();