From 0d56f40042c8310e004d6614920aacae92d2de97 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 30 Oct 2021 10:35:35 +0200 Subject: [PATCH] Remove duplicated entries in validator constraint pages --- reference/constraints/All.rst | 3 -- reference/constraints/Bic.rst | 6 ---- reference/constraints/Blank.rst | 3 -- reference/constraints/Callback.rst | 3 -- reference/constraints/CardScheme.rst | 4 --- reference/constraints/Choice.rst | 11 ------- reference/constraints/Collection.rst | 7 ----- reference/constraints/Count.rst | 7 ----- reference/constraints/Country.rst | 3 -- reference/constraints/Currency.rst | 3 -- reference/constraints/Date.rst | 3 -- reference/constraints/DateTime.rst | 4 --- reference/constraints/DivisibleBy.rst | 5 ---- reference/constraints/Email.rst | 7 ----- reference/constraints/EqualTo.rst | 5 ---- reference/constraints/Expression.rst | 5 ---- reference/constraints/File.rst | 18 ------------ reference/constraints/GreaterThan.rst | 5 ---- reference/constraints/GreaterThanOrEqual.rst | 5 ---- reference/constraints/Iban.rst | 3 -- reference/constraints/IdenticalTo.rst | 5 ---- reference/constraints/Image.rst | 29 ------------------- reference/constraints/Ip.rst | 5 ---- reference/constraints/IsFalse.rst | 3 -- reference/constraints/IsNull.rst | 3 -- reference/constraints/IsTrue.rst | 3 -- reference/constraints/Isbn.rst | 7 ----- reference/constraints/Issn.rst | 5 ---- reference/constraints/Json.rst | 2 -- reference/constraints/Language.rst | 3 -- reference/constraints/Length.rst | 11 ------- reference/constraints/LessThan.rst | 5 ---- reference/constraints/LessThanOrEqual.rst | 5 ---- reference/constraints/Locale.rst | 4 --- reference/constraints/Luhn.rst | 3 -- reference/constraints/Negative.rst | 3 -- reference/constraints/NegativeOrZero.rst | 3 -- reference/constraints/NotBlank.rst | 5 ---- .../constraints/NotCompromisedPassword.rst | 5 ---- reference/constraints/NotEqualTo.rst | 5 ---- reference/constraints/NotIdenticalTo.rst | 5 ---- reference/constraints/NotNull.rst | 3 -- reference/constraints/Positive.rst | 3 -- reference/constraints/PositiveOrZero.rst | 3 -- reference/constraints/Range.rst | 10 ------- reference/constraints/Regex.rst | 7 ----- reference/constraints/Time.rst | 3 -- reference/constraints/Timezone.rst | 6 ---- reference/constraints/Traverse.rst | 2 -- reference/constraints/Type.rst | 4 --- reference/constraints/Unique.rst | 3 -- reference/constraints/UniqueEntity.rst | 9 ------ reference/constraints/Url.rst | 8 ----- reference/constraints/UserPassword.rst | 3 -- reference/constraints/Uuid.rst | 6 ---- reference/constraints/Valid.rst | 3 -- 56 files changed, 302 deletions(-) diff --git a/reference/constraints/All.rst b/reference/constraints/All.rst index 1577a07ec4d..bdb0ebda7d1 100644 --- a/reference/constraints/All.rst +++ b/reference/constraints/All.rst @@ -6,9 +6,6 @@ you to apply a collection of constraints to each element of the array. ========== =================================================================== Applies to :ref:`property or method ` -Options - `constraints`_ - - `groups`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\All` Validator :class:`Symfony\\Component\\Validator\\Constraints\\AllValidator` ========== =================================================================== diff --git a/reference/constraints/Bic.rst b/reference/constraints/Bic.rst index 0d00fca6297..d5245370339 100644 --- a/reference/constraints/Bic.rst +++ b/reference/constraints/Bic.rst @@ -8,12 +8,6 @@ check that the BIC's country code is the same as a given IBAN's one. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `iban`_ - - `ibanMessage`_ - - `ibanPropertyPath`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Bic` Validator :class:`Symfony\\Component\\Validator\\Constraints\\BicValidator` ========== =================================================================== diff --git a/reference/constraints/Blank.rst b/reference/constraints/Blank.rst index 5f0c6191fc1..2713debb531 100644 --- a/reference/constraints/Blank.rst +++ b/reference/constraints/Blank.rst @@ -15,9 +15,6 @@ But be careful as ``NotBlank`` is *not* strictly the opposite of ``Blank``. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Blank` Validator :class:`Symfony\\Component\\Validator\\Constraints\\BlankValidator` ========== =================================================================== diff --git a/reference/constraints/Callback.rst b/reference/constraints/Callback.rst index c917bf93412..018472ab46d 100644 --- a/reference/constraints/Callback.rst +++ b/reference/constraints/Callback.rst @@ -19,9 +19,6 @@ can do anything, including creating and assigning validation errors. ========== =================================================================== Applies to :ref:`class ` or :ref:`property/method ` -Options - :ref:`callback ` - - `groups`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Callback` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CallbackValidator` ========== =================================================================== diff --git a/reference/constraints/CardScheme.rst b/reference/constraints/CardScheme.rst index e8e2b744987..88bac729fee 100644 --- a/reference/constraints/CardScheme.rst +++ b/reference/constraints/CardScheme.rst @@ -7,10 +7,6 @@ a payment through a payment gateway. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `schemes`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\CardScheme` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator` ========== =================================================================== diff --git a/reference/constraints/Choice.rst b/reference/constraints/Choice.rst index 0e099053775..ad61c146561 100644 --- a/reference/constraints/Choice.rst +++ b/reference/constraints/Choice.rst @@ -7,17 +7,6 @@ an array of items is one of those valid choices. ========== =================================================================== Applies to :ref:`property or method ` -Options - `callback`_ - - `choices`_ - - `groups`_ - - `max`_ - - `maxMessage`_ - - `message`_ - - `min`_ - - `minMessage`_ - - `multiple`_ - - `multipleMessage`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Choice` Validator :class:`Symfony\\Component\\Validator\\Constraints\\ChoiceValidator` ========== =================================================================== diff --git a/reference/constraints/Collection.rst b/reference/constraints/Collection.rst index c60679aa90b..b6b75ce09b5 100644 --- a/reference/constraints/Collection.rst +++ b/reference/constraints/Collection.rst @@ -18,13 +18,6 @@ and that extra keys are not present. ========== =================================================================== Applies to :ref:`property or method ` -Options - `allowExtraFields`_ - - `allowMissingFields`_ - - `extraFieldsMessage`_ - - `fields`_ - - `groups`_ - - `missingFieldsMessage`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Collection` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CollectionValidator` ========== =================================================================== diff --git a/reference/constraints/Count.rst b/reference/constraints/Count.rst index dbbe94b480a..e372247490f 100644 --- a/reference/constraints/Count.rst +++ b/reference/constraints/Count.rst @@ -6,13 +6,6 @@ Countable) element count is *between* some minimum and maximum value. ========== =================================================================== Applies to :ref:`property or method ` -Options - `exactMessage`_ - - `groups`_ - - `max`_ - - `maxMessage`_ - - `min`_ - - `minMessage`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Count` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CountValidator` ========== =================================================================== diff --git a/reference/constraints/Country.rst b/reference/constraints/Country.rst index 4582a930cad..aba1eda40e8 100644 --- a/reference/constraints/Country.rst +++ b/reference/constraints/Country.rst @@ -5,9 +5,6 @@ Validates that a value is a valid `ISO 3166-1 alpha-2`_ country code. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Country` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CountryValidator` ========== =================================================================== diff --git a/reference/constraints/Currency.rst b/reference/constraints/Currency.rst index 901a989010b..c35b8a3673f 100644 --- a/reference/constraints/Currency.rst +++ b/reference/constraints/Currency.rst @@ -5,9 +5,6 @@ Validates that a value is a valid `3-letter ISO 4217`_ currency name. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Currency` Validator :class:`Symfony\\Component\\Validator\\Constraints\\CurrencyValidator` ========== =================================================================== diff --git a/reference/constraints/Date.rst b/reference/constraints/Date.rst index db55de84dd6..27c954ccfcc 100644 --- a/reference/constraints/Date.rst +++ b/reference/constraints/Date.rst @@ -6,9 +6,6 @@ be cast into a string) that follows a valid ``YYYY-MM-DD`` format. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Date` Validator :class:`Symfony\\Component\\Validator\\Constraints\\DateValidator` ========== =================================================================== diff --git a/reference/constraints/DateTime.rst b/reference/constraints/DateTime.rst index c3a9c328932..c62b360c2c8 100644 --- a/reference/constraints/DateTime.rst +++ b/reference/constraints/DateTime.rst @@ -6,10 +6,6 @@ that can be cast into a string) that follows a specific format. ========== =================================================================== Applies to :ref:`property or method ` -Options - `format`_ - - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\DateTime` Validator :class:`Symfony\\Component\\Validator\\Constraints\\DateTimeValidator` ========== =================================================================== diff --git a/reference/constraints/DivisibleBy.rst b/reference/constraints/DivisibleBy.rst index 73b0a9c88b6..38f98d1a98f 100644 --- a/reference/constraints/DivisibleBy.rst +++ b/reference/constraints/DivisibleBy.rst @@ -5,11 +5,6 @@ Validates that a value is divisible by another value, defined in the options. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\DivisibleBy` Validator :class:`Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator` ========== =================================================================== diff --git a/reference/constraints/Email.rst b/reference/constraints/Email.rst index 5cbeaeb4523..78a55a071bb 100644 --- a/reference/constraints/Email.rst +++ b/reference/constraints/Email.rst @@ -6,13 +6,6 @@ cast to a string before being validated. ========== =================================================================== Applies to :ref:`property or method ` -Options - `checkHost`_ - - `checkMX`_ - - `groups`_ - - `message`_ - - `mode`_ - - `normalizer`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Email` Validator :class:`Symfony\\Component\\Validator\\Constraints\\EmailValidator` ========== =================================================================== diff --git a/reference/constraints/EqualTo.rst b/reference/constraints/EqualTo.rst index 153d13a3098..aaf9c059e28 100644 --- a/reference/constraints/EqualTo.rst +++ b/reference/constraints/EqualTo.rst @@ -13,11 +13,6 @@ To force that a value is *not* equal, see :doc:`/reference/constraints/NotEqualT ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\EqualTo` Validator :class:`Symfony\\Component\\Validator\\Constraints\\EqualToValidator` ========== =================================================================== diff --git a/reference/constraints/Expression.rst b/reference/constraints/Expression.rst index fbcbfc9c2b2..e1ab2550919 100644 --- a/reference/constraints/Expression.rst +++ b/reference/constraints/Expression.rst @@ -9,11 +9,6 @@ gives you similar flexibility. ========== =================================================================== Applies to :ref:`class ` or :ref:`property/method ` -Options - :ref:`expression ` - - `groups`_ - - `message`_ - - `payload`_ - - `values`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Expression` Validator :class:`Symfony\\Component\\Validator\\Constraints\\ExpressionValidator` ========== =================================================================== diff --git a/reference/constraints/File.rst b/reference/constraints/File.rst index bc93caf83d1..b6a535c89d3 100644 --- a/reference/constraints/File.rst +++ b/reference/constraints/File.rst @@ -18,24 +18,6 @@ form field. ========== =================================================================== Applies to :ref:`property or method ` -Options - `binaryFormat`_ - - `disallowEmptyMessage`_ - - `groups`_ - - `maxSize`_ - - `maxSizeMessage`_ - - `mimeTypes`_ - - `mimeTypesMessage`_ - - `notFoundMessage`_ - - `notReadableMessage`_ - - `payload`_ - - `uploadCantWriteErrorMessage`_ - - `uploadErrorMessage`_ - - `uploadExtensionErrorMessage`_ - - `uploadFormSizeErrorMessage`_ - - `uploadIniSizeErrorMessage`_ - - `uploadNoFileErrorMessage`_ - - `uploadNoTmpDirErrorMessage`_ - - `uploadPartialErrorMessage`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\File` Validator :class:`Symfony\\Component\\Validator\\Constraints\\FileValidator` ========== =================================================================== diff --git a/reference/constraints/GreaterThan.rst b/reference/constraints/GreaterThan.rst index d27017fdbe5..2f2f39cb65e 100644 --- a/reference/constraints/GreaterThan.rst +++ b/reference/constraints/GreaterThan.rst @@ -8,11 +8,6 @@ than another value, see :doc:`/reference/constraints/LessThan`. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThan` Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator` ========== =================================================================== diff --git a/reference/constraints/GreaterThanOrEqual.rst b/reference/constraints/GreaterThanOrEqual.rst index 8a054e6bbb9..a71afd9aacf 100644 --- a/reference/constraints/GreaterThanOrEqual.rst +++ b/reference/constraints/GreaterThanOrEqual.rst @@ -7,11 +7,6 @@ the options. To force that a value is greater than another value, see ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual` Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator` ========== =================================================================== diff --git a/reference/constraints/Iban.rst b/reference/constraints/Iban.rst index aa3caeb67f8..93448fc7cf3 100644 --- a/reference/constraints/Iban.rst +++ b/reference/constraints/Iban.rst @@ -8,9 +8,6 @@ borders with a reduced risk of propagating transcription errors. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Iban` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IbanValidator` ========== =================================================================== diff --git a/reference/constraints/IdenticalTo.rst b/reference/constraints/IdenticalTo.rst index 10f1fb52342..1cae257d71f 100644 --- a/reference/constraints/IdenticalTo.rst +++ b/reference/constraints/IdenticalTo.rst @@ -13,11 +13,6 @@ To force that a value is *not* identical, see ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\IdenticalTo` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator` ========== =================================================================== diff --git a/reference/constraints/Image.rst b/reference/constraints/Image.rst index 8ab714db79b..5d40ae48c51 100644 --- a/reference/constraints/Image.rst +++ b/reference/constraints/Image.rst @@ -13,35 +13,6 @@ of the documentation on this constraint. ========== =================================================================== Applies to :ref:`property or method ` -Options - `allowLandscape`_ - - `allowLandscapeMessage`_ - - `allowPortrait`_ - - `allowPortraitMessage`_ - - `allowSquare`_ - - `allowSquareMessage`_ - - `corruptedMessage`_ - - `detectCorrupted`_ - - `groups`_ - - `maxHeight`_ - - `maxHeightMessage`_ - - `maxPixels`_ - - `maxPixelsMessage`_ - - `maxRatio`_ - - `maxRatioMessage`_ - - `maxWidth`_ - - `maxWidthMessage`_ - - `mimeTypes`_ - - `mimeTypesMessage`_ - - `minHeight`_ - - `minHeightMessage`_ - - `minPixels`_ - - `minPixelsMessage`_ - - `minRatio`_ - - `minRatioMessage`_ - - `minWidth`_ - - `minWidthMessage`_ - - `sizeNotDetectedMessage`_ - - See :doc:`File ` for inherited options Class :class:`Symfony\\Component\\Validator\\Constraints\\Image` Validator :class:`Symfony\\Component\\Validator\\Constraints\\ImageValidator` ========== =================================================================== diff --git a/reference/constraints/Ip.rst b/reference/constraints/Ip.rst index daf84496fe8..2ae0cea89f7 100644 --- a/reference/constraints/Ip.rst +++ b/reference/constraints/Ip.rst @@ -7,11 +7,6 @@ IPv6 and many other combinations. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `normalizer`_ - - `payload`_ - - `version`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Ip` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IpValidator` ========== =================================================================== diff --git a/reference/constraints/IsFalse.rst b/reference/constraints/IsFalse.rst index 515f5635172..9c5ebba27af 100644 --- a/reference/constraints/IsFalse.rst +++ b/reference/constraints/IsFalse.rst @@ -9,9 +9,6 @@ Also see :doc:`IsTrue `. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\IsFalse` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsFalseValidator` ========== =================================================================== diff --git a/reference/constraints/IsNull.rst b/reference/constraints/IsNull.rst index 2bded13311d..7589176aab3 100644 --- a/reference/constraints/IsNull.rst +++ b/reference/constraints/IsNull.rst @@ -9,9 +9,6 @@ Also see :doc:`NotNull `. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\IsNull` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsNullValidator` ========== =================================================================== diff --git a/reference/constraints/IsTrue.rst b/reference/constraints/IsTrue.rst index aa172153e9f..481f4d8335f 100644 --- a/reference/constraints/IsTrue.rst +++ b/reference/constraints/IsTrue.rst @@ -8,9 +8,6 @@ Also see :doc:`IsFalse `. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator` ========== =================================================================== diff --git a/reference/constraints/Isbn.rst b/reference/constraints/Isbn.rst index d67f0605144..e1f33fffee7 100644 --- a/reference/constraints/Isbn.rst +++ b/reference/constraints/Isbn.rst @@ -6,13 +6,6 @@ is either a valid ISBN-10 or a valid ISBN-13. ========== =================================================================== Applies to :ref:`property or method ` -Options - `bothIsbnMessage`_ - - `groups`_ - - `isbn10Message`_ - - `isbn13Message`_ - - `message`_ - - `payload`_ - - `type`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Isbn` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsbnValidator` ========== =================================================================== diff --git a/reference/constraints/Issn.rst b/reference/constraints/Issn.rst index 87c9468ac12..eec8d06df49 100644 --- a/reference/constraints/Issn.rst +++ b/reference/constraints/Issn.rst @@ -6,11 +6,6 @@ Validates that a value is a valid ========== =================================================================== Applies to :ref:`property or method ` -Options - `caseSensitive`_ - - `groups`_ - - `message`_ - - `payload`_ - - `requireHyphen`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Issn` Validator :class:`Symfony\\Component\\Validator\\Constraints\\IssnValidator` ========== =================================================================== diff --git a/reference/constraints/Json.rst b/reference/constraints/Json.rst index 8eafb6c4de6..4c58a76ae61 100644 --- a/reference/constraints/Json.rst +++ b/reference/constraints/Json.rst @@ -5,8 +5,6 @@ Validates that a value has valid `JSON`_ syntax. ========== =================================================================== Applies to :ref:`property or method ` -Options - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Json` Validator :class:`Symfony\\Component\\Validator\\Constraints\\JsonValidator` ========== =================================================================== diff --git a/reference/constraints/Language.rst b/reference/constraints/Language.rst index 70d1e2e51cc..65bbd0ffb81 100644 --- a/reference/constraints/Language.rst +++ b/reference/constraints/Language.rst @@ -6,9 +6,6 @@ Validates that a value is a valid language *Unicode language identifier* ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Language` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LanguageValidator` ========== =================================================================== diff --git a/reference/constraints/Length.rst b/reference/constraints/Length.rst index 0d0fe42486d..4aece859f54 100644 --- a/reference/constraints/Length.rst +++ b/reference/constraints/Length.rst @@ -5,17 +5,6 @@ Validates that a given string length is *between* some minimum and maximum value ========== =================================================================== Applies to :ref:`property or method ` -Options - `allowEmptyString`_ - - `charset`_ - - `charsetMessage`_ - - `exactMessage`_ - - `groups`_ - - `max`_ - - `maxMessage`_ - - `min`_ - - `minMessage`_ - - `normalizer`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Length` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LengthValidator` ========== =================================================================== diff --git a/reference/constraints/LessThan.rst b/reference/constraints/LessThan.rst index abd0aab721c..05379bffc52 100644 --- a/reference/constraints/LessThan.rst +++ b/reference/constraints/LessThan.rst @@ -8,11 +8,6 @@ than another value, see :doc:`/reference/constraints/GreaterThan`. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\LessThan` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LessThanValidator` ========== =================================================================== diff --git a/reference/constraints/LessThanOrEqual.rst b/reference/constraints/LessThanOrEqual.rst index 42ec3e939e5..38906c6af07 100644 --- a/reference/constraints/LessThanOrEqual.rst +++ b/reference/constraints/LessThanOrEqual.rst @@ -7,11 +7,6 @@ options. To force that a value is less than another value, see ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator` ========== =================================================================== diff --git a/reference/constraints/Locale.rst b/reference/constraints/Locale.rst index d3d2dc8225d..a6184df42c6 100644 --- a/reference/constraints/Locale.rst +++ b/reference/constraints/Locale.rst @@ -10,10 +10,6 @@ followed by an underscore (``_``) and the `ISO 3166-1 alpha-2`_ *country* code ========== =================================================================== Applies to :ref:`property or method ` -Options - `canonicalize`_ - - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Locale` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LocaleValidator` ========== =================================================================== diff --git a/reference/constraints/Luhn.rst b/reference/constraints/Luhn.rst index 6d322349da4..4bacaab135b 100644 --- a/reference/constraints/Luhn.rst +++ b/reference/constraints/Luhn.rst @@ -7,9 +7,6 @@ card: before communicating with a payment gateway. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Luhn` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LuhnValidator` ========== =================================================================== diff --git a/reference/constraints/Negative.rst b/reference/constraints/Negative.rst index f9850ba8da2..2bad8294cc4 100644 --- a/reference/constraints/Negative.rst +++ b/reference/constraints/Negative.rst @@ -11,9 +11,6 @@ want to allow zero as value. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Negative` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LesserThanValidator` ========== =================================================================== diff --git a/reference/constraints/NegativeOrZero.rst b/reference/constraints/NegativeOrZero.rst index a10bb15ba6a..caddc15cf1d 100644 --- a/reference/constraints/NegativeOrZero.rst +++ b/reference/constraints/NegativeOrZero.rst @@ -10,9 +10,6 @@ want to allow zero as value, use :doc:`/reference/constraints/Negative` instead. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NegativeOrZero` Validator :class:`Symfony\\Component\\Validator\\Constraints\\LesserThanOrEqualValidator` ========== =================================================================== diff --git a/reference/constraints/NotBlank.rst b/reference/constraints/NotBlank.rst index 16e07a3ae0b..20712aed7b5 100644 --- a/reference/constraints/NotBlank.rst +++ b/reference/constraints/NotBlank.rst @@ -8,11 +8,6 @@ that a value is not equal to ``null``, see the ========== =================================================================== Applies to :ref:`property or method ` -Options - `allowNull`_ - - `groups`_ - - `message`_ - - `normalizer`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NotBlank` Validator :class:`Symfony\\Component\\Validator\\Constraints\\NotBlankValidator` ========== =================================================================== diff --git a/reference/constraints/NotCompromisedPassword.rst b/reference/constraints/NotCompromisedPassword.rst index 28fd604298c..01d2640edd4 100644 --- a/reference/constraints/NotCompromisedPassword.rst +++ b/reference/constraints/NotCompromisedPassword.rst @@ -10,11 +10,6 @@ not included in any of the public data breaches tracked by `haveibeenpwned.com`_ ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `skipOnError`_ - - `threshold`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NotCompromisedPassword` Validator :class:`Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator` ========== =================================================================== diff --git a/reference/constraints/NotEqualTo.rst b/reference/constraints/NotEqualTo.rst index e1436657ae8..88263202cfe 100644 --- a/reference/constraints/NotEqualTo.rst +++ b/reference/constraints/NotEqualTo.rst @@ -13,11 +13,6 @@ options. To force that a value is equal, see ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NotEqualTo` Validator :class:`Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator` ========== =================================================================== diff --git a/reference/constraints/NotIdenticalTo.rst b/reference/constraints/NotIdenticalTo.rst index 66ccb871670..3171bc12bcc 100644 --- a/reference/constraints/NotIdenticalTo.rst +++ b/reference/constraints/NotIdenticalTo.rst @@ -13,11 +13,6 @@ the options. To force that a value is identical, see ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - `propertyPath`_ - - `value`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo` Validator :class:`Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator` ========== =================================================================== diff --git a/reference/constraints/NotNull.rst b/reference/constraints/NotNull.rst index 2c548b2eb3e..4ab8fc2928e 100644 --- a/reference/constraints/NotNull.rst +++ b/reference/constraints/NotNull.rst @@ -7,9 +7,6 @@ constraint. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\NotNull` Validator :class:`Symfony\\Component\\Validator\\Constraints\\NotNullValidator` ========== =================================================================== diff --git a/reference/constraints/Positive.rst b/reference/constraints/Positive.rst index d5e78ba387f..5beab44d69e 100644 --- a/reference/constraints/Positive.rst +++ b/reference/constraints/Positive.rst @@ -11,9 +11,6 @@ want to allow zero as value. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Positive` Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator` ========== =================================================================== diff --git a/reference/constraints/PositiveOrZero.rst b/reference/constraints/PositiveOrZero.rst index c2724c89753..175f2a44cbe 100644 --- a/reference/constraints/PositiveOrZero.rst +++ b/reference/constraints/PositiveOrZero.rst @@ -10,9 +10,6 @@ want to allow zero as value, use :doc:`/reference/constraints/Positive` instead. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\PositiveOrZero` Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator` ========== =================================================================== diff --git a/reference/constraints/Range.rst b/reference/constraints/Range.rst index 5c148c78b0f..50342bdd3c7 100644 --- a/reference/constraints/Range.rst +++ b/reference/constraints/Range.rst @@ -5,16 +5,6 @@ Validates that a given number or ``DateTime`` object is *between* some minimum a ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `invalidMessage`_ - - `max`_ - - `maxMessage`_ - - `maxPropertyPath`_ - - `min`_ - - `minMessage`_ - - `minPropertyPath`_ - - `notInRangeMessage`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Range` Validator :class:`Symfony\\Component\\Validator\\Constraints\\RangeValidator` ========== =================================================================== diff --git a/reference/constraints/Regex.rst b/reference/constraints/Regex.rst index c3b9a9bd5c6..be8a1361d4d 100644 --- a/reference/constraints/Regex.rst +++ b/reference/constraints/Regex.rst @@ -5,13 +5,6 @@ Validates that a value matches a regular expression. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `htmlPattern`_ - - `match`_ - - `message`_ - - `pattern`_ - - `normalizer`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Regex` Validator :class:`Symfony\\Component\\Validator\\Constraints\\RegexValidator` ========== =================================================================== diff --git a/reference/constraints/Time.rst b/reference/constraints/Time.rst index a8e362d22dc..d8c41bf00e0 100644 --- a/reference/constraints/Time.rst +++ b/reference/constraints/Time.rst @@ -6,9 +6,6 @@ be cast into a string) that follows a valid ``HH:MM:SS`` format. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Time` Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimeValidator` ========== =================================================================== diff --git a/reference/constraints/Timezone.rst b/reference/constraints/Timezone.rst index 3725038f0d8..14d18d88bf4 100644 --- a/reference/constraints/Timezone.rst +++ b/reference/constraints/Timezone.rst @@ -9,12 +9,6 @@ Validates that a value is a valid timezone identifier (e.g. ``Europe/Paris``). ========== ====================================================================== Applies to :ref:`property or method ` -Options - `countryCode`_ - - `groups`_ - - `intlCompatible`_ - - `message`_ - - `payload`_ - - `zone`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Timezone` Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimezoneValidator` ========== ====================================================================== diff --git a/reference/constraints/Traverse.rst b/reference/constraints/Traverse.rst index 99449d12999..72c71f4380f 100644 --- a/reference/constraints/Traverse.rst +++ b/reference/constraints/Traverse.rst @@ -8,8 +8,6 @@ constraint. ========== =================================================================== Applies to :ref:`class ` -Options - `payload`_ - - :ref:`traverse ` Class :class:`Symfony\\Component\\Validator\\Constraints\\Traverse` ========== =================================================================== diff --git a/reference/constraints/Type.rst b/reference/constraints/Type.rst index 17ee98fec78..7c7137c4734 100644 --- a/reference/constraints/Type.rst +++ b/reference/constraints/Type.rst @@ -7,10 +7,6 @@ option to validate this. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ - - :ref:`type ` Class :class:`Symfony\\Component\\Validator\\Constraints\\Type` Validator :class:`Symfony\\Component\\Validator\\Constraints\\TypeValidator` ========== =================================================================== diff --git a/reference/constraints/Unique.rst b/reference/constraints/Unique.rst index 9d9cc0ffed2..56a6c936d6e 100644 --- a/reference/constraints/Unique.rst +++ b/reference/constraints/Unique.rst @@ -19,9 +19,6 @@ are considered different elements (a string and an integer, respectively). ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Unique` Validator :class:`Symfony\\Component\\Validator\\Constraints\\UniqueValidator` ========== =================================================================== diff --git a/reference/constraints/UniqueEntity.rst b/reference/constraints/UniqueEntity.rst index f96d6d91b47..636b06d21ae 100644 --- a/reference/constraints/UniqueEntity.rst +++ b/reference/constraints/UniqueEntity.rst @@ -17,15 +17,6 @@ using an email address that already exists in the system. ========== =================================================================== Applies to :ref:`class ` -Options - `em`_ - - `entityClass`_ - - `errorPath`_ - - `fields`_ - - `groups`_ - - `ignoreNull`_ - - `message`_ - - `payload`_ - - `repositoryMethod`_ Class :class:`Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity` Validator :class:`Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator` ========== =================================================================== diff --git a/reference/constraints/Url.rst b/reference/constraints/Url.rst index ac230890a9a..ed06d6f22fd 100644 --- a/reference/constraints/Url.rst +++ b/reference/constraints/Url.rst @@ -5,14 +5,6 @@ Validates that a value is a valid URL string. ========== =================================================================== Applies to :ref:`property or method ` -Options - `checkDNS`_ - - `dnsMessage`_ - - `groups`_ - - `message`_ - - `normalizer`_ - - `payload`_ - - `protocols`_ - - `relativeProtocol`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Url` Validator :class:`Symfony\\Component\\Validator\\Constraints\\UrlValidator` ========== =================================================================== diff --git a/reference/constraints/UserPassword.rst b/reference/constraints/UserPassword.rst index 208281df216..77af3e44a39 100644 --- a/reference/constraints/UserPassword.rst +++ b/reference/constraints/UserPassword.rst @@ -17,9 +17,6 @@ password, but needs to enter their old password for security. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `payload`_ Class :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPassword` Validator :class:`Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator` ========== =================================================================== diff --git a/reference/constraints/Uuid.rst b/reference/constraints/Uuid.rst index 9dbde3b3ce5..1eb93fd4407 100644 --- a/reference/constraints/Uuid.rst +++ b/reference/constraints/Uuid.rst @@ -8,12 +8,6 @@ UUID versions can also be restricted using a list of allowed versions. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `message`_ - - `normalizer`_ - - `payload`_ - - `strict`_ - - `versions`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Uuid` Validator :class:`Symfony\\Component\\Validator\\Constraints\\UuidValidator` ========== =================================================================== diff --git a/reference/constraints/Valid.rst b/reference/constraints/Valid.rst index 49846d3fb39..2e01910dee5 100644 --- a/reference/constraints/Valid.rst +++ b/reference/constraints/Valid.rst @@ -7,9 +7,6 @@ an object and all sub-objects associated with it. ========== =================================================================== Applies to :ref:`property or method ` -Options - `groups`_ - - `payload`_ - - `traverse`_ Class :class:`Symfony\\Component\\Validator\\Constraints\\Valid` ========== ===================================================================