@@ -108,7 +108,7 @@ In order to add a new worker, first create a class::
108
108
109
109
}
110
110
111
- And then add register it as a tagged service:
111
+ And then register it as a tagged service:
112
112
113
113
.. configuration-block ::
114
114
@@ -299,7 +299,7 @@ the interface directly::
299
299
}
300
300
301
301
In order for Symfony to know about your form extension and use it, give it
302
- the `form.type_extension` tag:
302
+ the `` form.type_extension` ` tag:
303
303
304
304
.. configuration-block::
305
305
@@ -370,7 +370,7 @@ service class::
370
370
371
371
}
372
372
373
- Then register this class and tag it with ``kernel.cache:clearer ``:
373
+ Then register this class and tag it with ``kernel.cache_clearer ``:
374
374
375
375
.. configuration-block::
376
376
@@ -431,7 +431,7 @@ The ``isOptional`` method should return true if it's possible to use the
431
431
application without calling this cache warmer. In Symfony 2.0, optional warmers
432
432
are always executed anyways, so this function has no real effect.
433
433
434
- To register your warmer with Symfony, give it the kernel.cache_warmer tag:
434
+ To register your warmer with Symfony, give it the `` kernel.cache_warmer`` tag:
435
435
436
436
.. configuration-block::
437
437
@@ -486,7 +486,7 @@ core Symfony listeners and their priorities.
486
486
487
487
All listeners listed here may not be listening depending on your environment,
488
488
settings and bundles. Additionally, third-party bundles will bring in
489
- additional listener not listed here.
489
+ additional listeners not listed here.
490
490
491
491
kernel.request
492
492
..............
@@ -606,7 +606,7 @@ configuration, and tag it with ``kernel.event_subscriber``:
606
606
kernel.fragment_renderer
607
607
------------------------
608
608
609
- **Purpose**: Add a new HTTP content rendering strategy.
609
+ **Purpose**: Add a new HTTP content rendering strategy
610
610
611
611
To add a new rendering strategy - in addition to the core strategies like
612
612
``EsiFragmentRenderer`` - create a class that implements
@@ -1091,7 +1091,7 @@ configuration, and tag it with ``twig.extension``:
1091
1091
1092
1092
For information on how to create the actual Twig Extension class, see
1093
1093
`Twig's documentation`_ on the topic or read the cookbook article:
1094
- :doc:`/cookbook/templating/twig_extension`
1094
+ :doc:`/cookbook/templating/twig_extension`.
1095
1095
1096
1096
Before writing your own extensions, have a look at the
1097
1097
`Twig official extension repository`_ which already includes several
0 commit comments