Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions reference/constraints/Bic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,32 @@ iban

**type**: ``string`` **default**: ``null``

.. versionadded:: 4.3

The ``iban`` option was introduced in Symfony 4.3.

An IBAN value to validate that the BIC is associated with it.

ibanMessage
~~~~~~~~~~~

**type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.``

.. versionadded:: 4.3

The ``ibanMessage`` option was introduced in Symfony 4.3.

The default message supplied when the value does not pass the combined BIC/IBAN check.

ibanPropertyPath
~~~~~~~~~~~~~~~~

**type**: ``string`` **default**: ``null``

.. versionadded:: 4.3

The ``ibanPropertyPath`` option was introduced in Symfony 4.3.

It defines the object property whose value stores the IBAN used to check the BIC with.

For example, if you want to compare the ``$bic`` property of some object
Expand Down