UuidValidator
class UuidValidator extends ConstraintValidator
Validates whether the value is a valid UUID per RFC 4122.
Constants
PRETTY_DATE |
Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). |
OBJECT_TO_STRING |
Whether to cast objects with a "__toString()" method to strings. |
STRICT_LENGTH |
|
STRICT_FIRST_HYPHEN_POSITION |
|
STRICT_LAST_HYPHEN_POSITION |
|
STRICT_VERSION_POSITION |
|
STRICT_VARIANT_POSITION |
|
LOOSE_MAX_LENGTH |
|
LOOSE_FIRST_HYPHEN_POSITION |
|
Methods
from ConstraintValidator
Details
in ConstraintValidator at line line 46
initialize(ExecutionContextInterface $context)
Initializes the constraint validator.
at line line 62
validate(mixed $value, Constraint $constraint)
Checks if the passed value is valid.