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 9494
9595**type **: ``string `` **default **: ``null ``
9696
97+ .. versionadded :: 4.3
98+
99+ The ``iban `` option was introduced in Symfony 4.3.
100+
97101An IBAN value to validate that the BIC is associated with it.
98102
99103ibanMessage
100104~~~~~~~~~~~
101105
102106**type **: ``string `` **default **: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. ``
103107
108+ .. versionadded :: 4.3
109+
110+ The ``ibanMessage `` option was introduced in Symfony 4.3.
111+
104112The default message supplied when the value does not pass the combined BIC/IBAN check.
105113
106114ibanPropertyPath
107115~~~~~~~~~~~~~~~~
108116
109117**type **: ``string `` **default **: ``null ``
110118
119+ .. versionadded :: 4.3
120+
121+ The ``ibanPropertyPath `` option was introduced in Symfony 4.3.
122+
111123It defines the object property whose value stores the IBAN used to check the BIC with.
112124
113125For example, if you want to compare the ``$bic `` property of some object
You can’t perform that action at this time.
0 commit comments