You are here

constant ConstraintValidator::OBJECT_TO_STRING in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/ConstraintValidator.php \Symfony\Component\Validator\ConstraintValidator::OBJECT_TO_STRING

Whether to cast objects with a "__toString()" method to strings.

File

vendor/symfony/validator/ConstraintValidator.php, line 38

Class

ConstraintValidator
Base class for constraint validators.

Namespace

Symfony\Component\Validator

Code

const OBJECT_TO_STRING = 2;