Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Validator\Constraints

Object name File name Summary
ExpressionSyntaxValidator vendor/symfony/validator/Constraints/ExpressionSyntaxValidator.php @author Andrey Sevastianov <mrpkmail@gmail.com>
ExpressionValidator vendor/symfony/validator/Constraints/ExpressionValidator.php @author Fabien Potencier <fabien@symfony.com>
@author Bernhard Schussek <bschussek@symfony.com>
File vendor/symfony/validator/Constraints/File.php Validates that a value is a valid "file".
FileValidator vendor/symfony/validator/Constraints/FileValidator.php @author Bernhard Schussek <bschussek@gmail.com>
GreaterThan vendor/symfony/validator/Constraints/GreaterThan.php Validates that a value is greater than another value.
GreaterThanOrEqual vendor/symfony/validator/Constraints/GreaterThanOrEqual.php Validates that a value is greater than or equal to another value.
GreaterThanOrEqualValidator vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php Validates values are greater than or equal to the previous (>=).
GreaterThanValidator vendor/symfony/validator/Constraints/GreaterThanValidator.php Validates values are greater than the previous (>).
GroupSequence vendor/symfony/validator/Constraints/GroupSequence.php A sequence of validation groups.
GroupSequenceProvider vendor/symfony/validator/Constraints/GroupSequenceProvider.php Attribute to define a group sequence provider.
Hostname vendor/symfony/validator/Constraints/Hostname.php Validates that a value is a valid host name.
HostnameValidator vendor/symfony/validator/Constraints/HostnameValidator.php @author Dmitrii Poddubnyi <dpoddubny@gmail.com>
Iban vendor/symfony/validator/Constraints/Iban.php Validates that a value is a valid bank account number according to the IBAN format.
IbanValidator vendor/symfony/validator/Constraints/IbanValidator.php @author Manuel Reinhard <manu@sprain.ch>
@author Michael Schummel
@author Bernhard Schussek <bschussek@gmail.com>
IdenticalTo vendor/symfony/validator/Constraints/IdenticalTo.php Validates that a value is identical to another value.
IdenticalToValidator vendor/symfony/validator/Constraints/IdenticalToValidator.php Validates values are identical (===).
Image vendor/symfony/validator/Constraints/Image.php Validates that a file (or a path to a file) is a valid image.
ImageValidator vendor/symfony/validator/Constraints/ImageValidator.php Validates whether a value is a valid image file and is valid
against minWidth, maxWidth, minHeight and maxHeight constraints.
Ip vendor/symfony/validator/Constraints/Ip.php Validates that a value is a valid IP address.
IpValidator vendor/symfony/validator/Constraints/IpValidator.php Validates whether a value is a valid IP address.
Isbn vendor/symfony/validator/Constraints/Isbn.php Validates that a value is a valid ISBN according to ISBN-10 or ISBN-13 formats.
IsbnValidator vendor/symfony/validator/Constraints/IsbnValidator.php Validates whether the value is a valid ISBN-10 or ISBN-13.
IsFalse vendor/symfony/validator/Constraints/IsFalse.php Validates that a value is false.
IsFalseValidator vendor/symfony/validator/Constraints/IsFalseValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Isin vendor/symfony/validator/Constraints/Isin.php Validates that a value is a valid International Securities Identification Number (ISIN).
IsinValidator vendor/symfony/validator/Constraints/IsinValidator.php @author Laurent Masforné <l.masforne@gmail.com>
IsNull vendor/symfony/validator/Constraints/IsNull.php Validates that a value is exactly equal to null.
IsNullValidator vendor/symfony/validator/Constraints/IsNullValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Issn vendor/symfony/validator/Constraints/Issn.php Validates that a value is a valid International Standard Serial Number (ISSN).
IssnValidator vendor/symfony/validator/Constraints/IssnValidator.php Validates whether the value is a valid ISSN.
IsTrue vendor/symfony/validator/Constraints/IsTrue.php Validates that a value is true.
IsTrueValidator vendor/symfony/validator/Constraints/IsTrueValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Json vendor/symfony/validator/Constraints/Json.php Validates that a value has valid JSON syntax.
JsonValidator vendor/symfony/validator/Constraints/JsonValidator.php @author Imad ZAIRIG <imadzairig@gmail.com>
Language vendor/symfony/validator/Constraints/Language.php Validates that a value is a valid language Unicode language identifier.
LanguageValidator vendor/symfony/validator/Constraints/LanguageValidator.php Validates whether a value is a valid language code.
Length vendor/symfony/validator/Constraints/Length.php Validates that a given string length is between some minimum and maximum value.
LengthValidator vendor/symfony/validator/Constraints/LengthValidator.php @author Bernhard Schussek <bschussek@gmail.com>
LessThan vendor/symfony/validator/Constraints/LessThan.php Validates that a value is less than another value.
LessThanOrEqual vendor/symfony/validator/Constraints/LessThanOrEqual.php Validates that a value is less than or equal to another value.
LessThanOrEqualValidator vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php Validates values are less than or equal to the previous (<=).
LessThanValidator vendor/symfony/validator/Constraints/LessThanValidator.php Validates values are less than the previous (<).
Locale vendor/symfony/validator/Constraints/Locale.php Validates that a value is a valid locale (e.g. fr, fr_FR, etc.).
LocaleValidator vendor/symfony/validator/Constraints/LocaleValidator.php Validates whether a value is a valid locale code.
Luhn vendor/symfony/validator/Constraints/Luhn.php Validates that a value (typically a credit card number) passes the Luhn algorithm.
LuhnValidator vendor/symfony/validator/Constraints/LuhnValidator.php Validates a PAN using the LUHN Algorithm.
MacAddress vendor/symfony/validator/Constraints/MacAddress.php Validates that a value is a valid MAC address.
MacAddressValidator vendor/symfony/validator/Constraints/MacAddressValidator.php Validates whether a value is a valid MAC address.
Negative vendor/symfony/validator/Constraints/Negative.php Validates that a value is a negative number.
NegativeOrZero vendor/symfony/validator/Constraints/NegativeOrZero.php Validates that a value is a negative number or equal to zero.

Pagination

  • First page
  • Previous page
  • Page 1
  • Page 2
  • Page 3
  • Next page
  • Last page
RSS feed
Powered by Drupal