File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ check that the BIC is associated with a given IBAN.
99========== ===================================================================
1010Applies to :ref: `property or method <validation-property-target >`
1111Options - `groups `_
12- - `iban `_
13- - `ibanMessage `_
14- - `ibanPropertyPath `_
1512 - `message `_
1613 - `payload `_
1714Class :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Bic `
@@ -87,31 +84,6 @@ Available Options
8784
8885.. include :: /reference/constraints/_groups-option.rst.inc
8986
90- iban
91- ~~~~
92-
93- **type **: ``string `` **default **: ``null ``
94-
95- An IBAN value to validate that the BIC is associated with it.
96-
97- ibanMessage
98- ~~~~~~~~~~~
99-
100- **type **: ``string `` **default **: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. ``
101-
102- The default message supplied when the value does not pass the combined BIC/IBAN check.
103-
104- ibanPropertyPath
105- ~~~~~~~~~~~~~~~~
106-
107- **type **: ``string `` **default **: ``null ``
108-
109- It defines the object property whose value stores the IBAN used to check the BIC with.
110-
111- For example, if you want to compare the ``$bic `` property of some object
112- with regard to the ``$iban `` property of the same object, use
113- ``propertyPath="iban" `` in the comparison constraint of ``$bic ``.
114-
11587message
11688~~~~~~~
11789
You can’t perform that action at this time.
0 commit comments