Skip to content

Commit 2bd48fb

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Combine component and framework docs for Serializer
2 parents 00c3c29 + 2685f38 commit 2bd48fb

15 files changed

+2476
-2365
lines changed

_build/redirection_map

+3-2
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@
525525
/testing/functional_tests_assertions /testing#testing-application-assertions
526526
/components https://symfony.com/components
527527
/components/index https://symfony.com/components
528-
/serializer/normalizers /components/serializer#normalizers
529-
/components/serializer#component-serializer-attributes-groups-annotations /components/serializer#component-serializer-attributes-groups-attributes
528+
/serializer/normalizers /serializer#serializer-built-in-normalizers
530529
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
531530
/security/named_encoders /security/named_hashers
532531
/components/inflector /string#inflector
@@ -572,3 +571,5 @@
572571
/doctrine/registration_form /security#security-make-registration-form
573572
/form/form_dependencies /form/create_custom_field_type
574573
/doctrine/reverse_engineering /doctrine#doctrine-adding-mapping
574+
/components/serializer /serializer
575+
/serializer/custom_encoder /serializer/encoders#serializer-custom-encoder

components/property_access.rst

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ default configuration::
2626

2727
$propertyAccessor = PropertyAccess::createPropertyAccessor();
2828

29+
.. _property-access-reading-arrays:
30+
2931
Reading from Arrays
3032
-------------------
3133

components/property_info.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ SerializerExtractor
478478

479479
This extractor depends on the `symfony/serializer`_ library.
480480

481-
Using :ref:`groups metadata <serializer-using-serialization-groups-attributes>`
482-
from the :doc:`Serializer component </components/serializer>`,
483-
the :class:`Symfony\\Component\\PropertyInfo\\Extractor\\SerializerExtractor`
481+
Using :ref:`groups metadata <serializer-groups-attribute>` from the
482+
:doc:`Serializer component </serializer>`, the
483+
:class:`Symfony\\Component\\PropertyInfo\\Extractor\\SerializerExtractor`
484484
provides list information. This extractor is *not* registered automatically
485485
with the ``property_info`` service in the Symfony Framework::
486486

0 commit comments

Comments
 (0)