Symfony\Component\Validator\Constraints
Classes
Validator for Callback constraint.
ChoiceValidator validates that the value is one of the expected values.
A constraint that is composed of other constraints.
Validates whether a value is a valid country code.
Validates whether a value is a valid currency.
Validates that values are a multiple of the given number.
Validates values are equal (==).
Validates values are greater than or equal to the previous (>=).
Validates values are greater than the previous (>).
Validates values are identical (===).
Validates whether a value is a valid image file and is valid
against minWidth, maxWidth, minHeight and maxHeight constraints.
Validates whether the value is a valid ISSN.
Validates whether a value is a valid language code.
Validates values are less than or equal to the previous (<=).
Validates values are less than the previous (<).
Validates whether a value is a valid locale code.
Validates a PAN using the LUHN Algorithm.
Validates values are all unequal (!=).
Validates values aren't identical (!==).
Validates whether a value match or not given regexp pattern.
Validates whether the value is a valid ULID (Universally Unique Lexicographically Sortable Identifier).
Validates whether the value is a valid UUID (also known as GUID).