Skip to content

Commit 56b553f

Browse files
committed
minor #21118 [Serializer] Remove AdvancedNameConverterInterface (mttsch)
This PR was merged into the 8.0 branch. Discussion ---------- [Serializer] Remove `AdvancedNameConverterInterface` | Q | A |-|- | Feature PR | symfony/symfony#60870 | PR author(s) | `@mttsch` | Merged in | 8.0 Commits ------- 6169faa [Serializer] Remove AdvancedNameConverterInterface
2 parents d44e5a9 + 6169faa commit 56b553f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

serializer/custom_name_converter.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ A custom name converter can handle such cases::
4343
}
4444
}
4545

46-
.. note::
47-
48-
You can also implement
49-
:class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface`
50-
to access the current class name, format and context.
51-
5246
Then, configure the serializer to use your name converter:
5347

5448
.. configuration-block::

0 commit comments

Comments
 (0)