Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstraintViolationInterface.php
function ConstraintViolationInterface::__toString
Converts the violation into a string for debugging purposes.
1 method overrides
ConstraintViolationInterface::__toString()
ConstraintViolation::__toString
in vendor/
symfony/
validator/
ConstraintViolation.php
Converts the violation into a string for debugging purposes.
File
vendor/
symfony/
validator/
ConstraintViolationInterface.php
, line 126
Class
ConstraintViolationInterface
A violation of a constraint that happened during validation.
Namespace
Symfony\Component\Validator
Code
public
function
__toString
() : string;
RSS feed