From 6169faa5151b6447f1ce9bbc68140ea89f342513 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 22 Jun 2025 11:04:23 +0200 Subject: [PATCH] [Serializer] Remove AdvancedNameConverterInterface --- serializer/custom_name_converter.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/serializer/custom_name_converter.rst b/serializer/custom_name_converter.rst index 87d42dd0f20..dd247c43834 100644 --- a/serializer/custom_name_converter.rst +++ b/serializer/custom_name_converter.rst @@ -43,12 +43,6 @@ A custom name converter can handle such cases:: } } -.. note:: - - You can also implement - :class:`Symfony\\Component\\Serializer\\NameConverter\\AdvancedNameConverterInterface` - to access the current class name, format and context. - Then, configure the serializer to use your name converter: .. configuration-block::