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.
9
9
========== ===================================================================
10
10
Applies to :ref: `property or method <validation-property-target >`
11
11
Options - `groups `_
12
- - `iban `_
13
- - `ibanMessage `_
14
- - `ibanPropertyPath `_
15
12
- `message `_
16
13
- `payload `_
17
14
Class :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Bic `
@@ -87,31 +84,6 @@ Available Options
87
84
88
85
.. include :: /reference/constraints/_groups-option.rst.inc
89
86
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
-
115
87
message
116
88
~~~~~~~
117
89
You can’t perform that action at this time.
0 commit comments