File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 94
94
95
95
**type **: ``string `` **default **: ``null ``
96
96
97
+ .. versionadded :: 4.3
98
+
99
+ The ``iban `` option was introduced in Symfony 4.3.
100
+
97
101
An IBAN value to validate that the BIC is associated with it.
98
102
99
103
ibanMessage
100
104
~~~~~~~~~~~
101
105
102
106
**type **: ``string `` **default **: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. ``
103
107
108
+ .. versionadded :: 4.3
109
+
110
+ The ``ibanMessage `` option was introduced in Symfony 4.3.
111
+
104
112
The default message supplied when the value does not pass the combined BIC/IBAN check.
105
113
106
114
ibanPropertyPath
107
115
~~~~~~~~~~~~~~~~
108
116
109
117
**type **: ``string `` **default **: ``null ``
110
118
119
+ .. versionadded :: 4.3
120
+
121
+ The ``ibanPropertyPath `` option was introduced in Symfony 4.3.
122
+
111
123
It defines the object property whose value stores the IBAN used to check the BIC with.
112
124
113
125
For example, if you want to compare the ``$bic `` property of some object
You can’t perform that action at this time.
0 commit comments