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
NoSuspiciousCharacters vendor/symfony/validator/Constraints/NoSuspiciousCharacters.php Validates that the given string does not contain characters used in spoofing security attacks.
NoSuspiciousCharactersValidator vendor/symfony/validator/Constraints/NoSuspiciousCharactersValidator.php @author Mathieu Lechat <math.lechat@gmail.com>
NotBlank vendor/symfony/validator/Constraints/NotBlank.php Validates that a value is not blank.
NotBlankValidator vendor/symfony/validator/Constraints/NotBlankValidator.php @author Bernhard Schussek <bschussek@gmail.com>
@author Kévin Dunglas <dunglas@gmail.com>
NotCompromisedPassword vendor/symfony/validator/Constraints/NotCompromisedPassword.php Checks if a password has been leaked in a data breach.
NotCompromisedPasswordValidator vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php Checks if a password has been leaked in a data breach using haveibeenpwned.com's API.
Use a k-anonymity model to protect the password being searched for.
NotEqualTo vendor/symfony/validator/Constraints/NotEqualTo.php Validates that a value is not equal to another value.
NotEqualToValidator vendor/symfony/validator/Constraints/NotEqualToValidator.php Validates values are all unequal (!=).
NotIdenticalTo vendor/symfony/validator/Constraints/NotIdenticalTo.php Validates that a value is not identical to another value.
NotIdenticalToValidator vendor/symfony/validator/Constraints/NotIdenticalToValidator.php Validates values aren't identical (!==).
NotNull vendor/symfony/validator/Constraints/NotNull.php Validates that a value is not strictly equal to null.
NotNullValidator vendor/symfony/validator/Constraints/NotNullValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Optional vendor/symfony/validator/Constraints/Optional.php @author Bernhard Schussek <bschussek@gmail.com>
PasswordStrength vendor/symfony/validator/Constraints/PasswordStrength.php Validates that the given password has reached a minimum strength.
PasswordStrengthValidator vendor/symfony/validator/Constraints/PasswordStrengthValidator.php
Positive vendor/symfony/validator/Constraints/Positive.php Validates that a value is a positive number.
PositiveOrZero vendor/symfony/validator/Constraints/PositiveOrZero.php Validates that a value is a positive number or equal to zero.
Range vendor/symfony/validator/Constraints/Range.php Validates that a given number or DateTime object is between some minimum and maximum.
RangeValidator vendor/symfony/validator/Constraints/RangeValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Regex vendor/symfony/validator/Constraints/Regex.php Validates that a value matches a regular expression.
RegexValidator vendor/symfony/validator/Constraints/RegexValidator.php Validates whether a value match or not given regexp pattern.
Required vendor/symfony/validator/Constraints/Required.php @author Bernhard Schussek <bschussek@gmail.com>
Sequentially vendor/symfony/validator/Constraints/Sequentially.php Use this constraint to sequentially validate nested constraints.
Validation for the nested constraints collection will stop at first violation.
SequentiallyValidator vendor/symfony/validator/Constraints/SequentiallyValidator.php @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
Time vendor/symfony/validator/Constraints/Time.php Validates that a value is a valid time that follows the H:i:s format.
TimeValidator vendor/symfony/validator/Constraints/TimeValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Timezone vendor/symfony/validator/Constraints/Timezone.php Validates that a value is a valid timezone identifier.
TimezoneValidator vendor/symfony/validator/Constraints/TimezoneValidator.php Validates whether a value is a valid timezone identifier.
Traverse vendor/symfony/validator/Constraints/Traverse.php Validates an object that needs to be traversed.
Type vendor/symfony/validator/Constraints/Type.php Validates that a value is of a specific data type.
TypeValidator vendor/symfony/validator/Constraints/TypeValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Ulid vendor/symfony/validator/Constraints/Ulid.php Validates that a value is a valid Universally Unique Lexicographically Sortable Identifier (ULID).
UlidValidator vendor/symfony/validator/Constraints/UlidValidator.php Validates whether the value is a valid ULID (Universally Unique Lexicographically Sortable Identifier).
Cf https://github.com/ulid/spec for ULID specifications.
Unique vendor/symfony/validator/Constraints/Unique.php Validates that all the elements of the given collection are unique.
UniqueValidator vendor/symfony/validator/Constraints/UniqueValidator.php @author Yevgeniy Zholkevskiy <zhenya.zholkevskiy@gmail.com>
Url vendor/symfony/validator/Constraints/Url.php Validates that a value is a valid URL string.
UrlValidator vendor/symfony/validator/Constraints/UrlValidator.php @author Bernhard Schussek <bschussek@gmail.com>
Uuid vendor/symfony/validator/Constraints/Uuid.php Validates that a value is a valid Universally unique identifier (UUID).
UuidValidator vendor/symfony/validator/Constraints/UuidValidator.php Validates whether the value is a valid UUID (also known as GUID).
Valid vendor/symfony/validator/Constraints/Valid.php Validates an object embedded in an object's property.
ValidValidator vendor/symfony/validator/Constraints/ValidValidator.php @author Christian Flothmann <christian.flothmann@sensiolabs.de>
Week vendor/symfony/validator/Constraints/Week.php @author Alexandre Daubois <alex.daubois@gmail.com>
WeekValidator vendor/symfony/validator/Constraints/WeekValidator.php @author Alexandre Daubois <alex.daubois@gmail.com>
When vendor/symfony/validator/Constraints/When.php Conditionally apply validation constraints based on an expression using the ExpressionLanguage syntax.
WhenValidator vendor/symfony/validator/Constraints/WhenValidator.php
WordCount vendor/symfony/validator/Constraints/WordCount.php @author Alexandre Daubois <alex.daubois@gmail.com>
WordCountValidator vendor/symfony/validator/Constraints/WordCountValidator.php @author Alexandre Daubois <alex.daubois@gmail.com>
Yaml vendor/symfony/validator/Constraints/Yaml.php @author Kev <https://github.com/symfonyaml>
YamlValidator vendor/symfony/validator/Constraints/YamlValidator.php @author Kev <https://github.com/symfonyaml>
ZeroComparisonConstraintTrait vendor/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php @internal

Pagination

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