File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ the AsseticBundle has several tags that aren't listed here.
30
30
+-----------------------------------+---------------------------------------------------------------------------+
31
31
| `kernel.event_subscriber `_ | To subscribe to a set of different events/hooks in Symfony |
32
32
+-----------------------------------+---------------------------------------------------------------------------+
33
+ | `kernel.fragment_renderer `_ | Add new HTTP content rendering strategies |
34
+ +-----------------------------------+---------------------------------------------------------------------------+
33
35
| `monolog.logger `_ | Logging with a custom logging channel |
34
36
+-----------------------------------+---------------------------------------------------------------------------+
35
37
| `monolog.processor `_ | Add a custom processor for logging |
@@ -356,6 +358,13 @@ configuration, and tag it with ``kernel.event_subscriber``:
356
358
If your service is created by a factory, you **MUST ** correctly set the ``class ``
357
359
parameter for this tag to work correctly.
358
360
361
+ .. _dic-tags-kernel-fragment-renderer :
362
+
363
+ kernel.fragment_renderer
364
+ -----------------------
365
+
366
+ **Purpose **: Add new HTTP content rendering strategies
367
+
359
368
.. _dic_tags-monolog :
360
369
361
370
monolog.logger
You can’t perform that action at this time.
0 commit comments