We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9cc8d commit 3c3a6b4Copy full SHA for 3c3a6b4
reference/dic_tags.rst
@@ -1028,7 +1028,11 @@ and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`.
1028
1029
For more details, see :doc:`/serializer`.
1030
1031
-The priorities of the default normalizers can be found in the `serializer.php`_ file.
+Run the following command to check the priorities of the default normalizers:
1032
+
1033
+.. code-block:: terminal
1034
1035
+ $ php bin/console debug:container --tag serializer.normalizer
1036
1037
.. _dic-tags-translation-loader:
1038
0 commit comments