Skip to content

Commit d5b6154

Browse files
committed
Documented the framework.serializer.mapping config option
1 parent b3f570e commit d5b6154

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

reference/configuration/framework.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Configuration
107107
* :ref:`enable_annotations <reference-serializer-enable_annotations>`
108108
* :ref:`name_converter <reference-serializer-name_converter>`
109109
* :ref:`circular_reference_handler <reference-serializer-circular_reference_handler>`
110+
* `mapping`_
111+
* :ref:`paths <reference-serializer-mapping-paths>`
110112
* `php_errors`_
111113
* `log`_
112114
* `throw`_
@@ -1692,6 +1694,19 @@ method.
16921694
For more information, see
16931695
:ref:`component-serializer-handling-circular-references`.
16941696

1697+
mapping
1698+
.......
1699+
1700+
.. _reference-serializer-mapping-paths:
1701+
1702+
paths
1703+
"""""
1704+
1705+
**type**: ``array`` **default**: ``[]``
1706+
1707+
This option allows to define an array of paths with files or directories where
1708+
the component will look for additional validation files.
1709+
16951710
php_errors
16961711
~~~~~~~~~~
16971712

0 commit comments

Comments
 (0)