Skip to content

Commit

Permalink
Combine component and framework docs for Serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Oct 22, 2024
1 parent 3a62357 commit d255417
Show file tree
Hide file tree
Showing 14 changed files with 2,423 additions and 2,251 deletions.
4 changes: 3 additions & 1 deletion _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
/testing/functional_tests_assertions /testing#testing-application-assertions
/components https://symfony.com/components
/components/index https://symfony.com/components
/serializer/normalizers /components/serializer#normalizers
/serializer/normalizers /serializer#serializer-built-in-normalizers
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
/security/named_encoders /security/named_hashers
/security/experimental_authenticators /security
Expand Down Expand Up @@ -555,3 +555,5 @@
/notifier/chatters /notifier#sending-chat-messages
/notifier/texters /notifier#sending-sms
/notifier/events /notifier#notifier-events
/components/serializer /serializer
/serializer/custom_encoder /serializer/encoders#serializer-custom-encoder
File renamed without changes
2 changes: 2 additions & 0 deletions components/property_access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ default configuration::

$propertyAccessor = PropertyAccess::createPropertyAccessor();

.. _property-access-reading-arrays:

Reading from Arrays
-------------------

Expand Down
4 changes: 2 additions & 2 deletions components/property_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ SerializerExtractor

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

Using :ref:`groups metadata <serializer-using-serialization-groups-annotations>`
from the :doc:`Serializer component </components/serializer>`,
Using :ref:`groups metadata <serializer-groups-annotation>`
from the :doc:`Serializer component </serializer>`,
the :class:`Symfony\\Component\\PropertyInfo\\Extractor\\SerializerExtractor`
provides list information. This extractor is *not* registered automatically
with the ``property_info`` service in the Symfony Framework::
Expand Down
Loading

0 comments on commit d255417

Please sign in to comment.