8000 [PropertyInfo] Add Component Documentation by zanbaldwin · Pull Request #5974 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[PropertyInfo] Add Component Documentation #5974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 20, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Reference to Service Container Tags
  • Loading branch information
zanbaldwin committed Aug 16, 2016
commit a0409d7b71644dbd24ad35861e66d7d171520599
2 changes: 1 addition & 1 deletion components/property_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ and :class:`Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface`.
If you have enabled the PropertyInfo component with the FrameworkBundle,
you can automatically register your extractor class with the ``property_info``
service by defining it as a service with one or more of the following
:ref:`tags <book-service-container-tags>`:
:doc:`tags </service_container/tags>`:

* ``property_info.list_extractor`` if it provides list information.
* ``property_info.type_extractor`` if it provides type information.
Expand Down
0