You are here

public property Uuid::$strict 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::strict

Strict mode only allows UUIDs that meet the formal definition and formatting per RFC 4122.

Set this to `false` to allow legacy formats with different dash positioning or wrapping characters

Type: bool

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $strict = true;