Skip to content

[#2347] Added missing 'kernel.fragment_renderer' DIC tag #2438

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 1 commit into from
Apr 10, 2013
Merged
Changes from all commits
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
9 changes: 9 additions & 0 deletions reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ the AsseticBundle has several tags that aren't listed here.
+-----------------------------------+---------------------------------------------------------------------------+
| `kernel.event_subscriber`_ | To subscribe to a set of different events/hooks in Symfony |
+-----------------------------------+---------------------------------------------------------------------------+
| `kernel.fragment_renderer`_ | Add new HTTP content rendering strategies |
+-----------------------------------+---------------------------------------------------------------------------+
| `monolog.logger`_ | Logging with a custom logging channel |
+-----------------------------------+---------------------------------------------------------------------------+
| `monolog.processor`_ | Add a custom processor for logging |
Expand Down Expand Up @@ -354,6 +356,13 @@ configuration, and tag it with ``kernel.event_subscriber``:
If your service is created by a factory, you **MUST** correctly set the ``class``
parameter for this tag to work correctly.

.. _dic-tags-kernel-fragment-renderer:

kernel.fragment_renderer
-----------------------

**Purpose**: Add new HTTP content rendering strategies

.. _dic_tags-monolog:

monolog.logger
Expand Down