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