ApiPlatform\Core\Bridge\Symfony\Validator\Exception\ValidationException::getConstraintViolationList PHP Method

getConstraintViolationList() public method

Gets constraint violations related to this exception.
public getConstraintViolationList ( ) : Symfony\Component\Validator\ConstraintViolationListInterface
return Symfony\Component\Validator\ConstraintViolationListInterface
    public function getConstraintViolationList()
    {
        return $this->constraintViolationList;
    }