You are here

public property Uuid::$message in Zircon Profile 8

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

Message to display when validation fails.

Type: string

File

vendor/symfony/validator/Constraints/Uuid.php, line 52

Class

Uuid
@author Colin O'Dell <colinodell@gmail.com> @author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Constraints

Code

public $message = 'This is not a valid UUID.';