File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -327,23 +327,23 @@ extension via the ``addExtension()`` method::
327
327
328
328
Twig comes bundled with the following extensions:
329
329
330
- * * Twig\E xtension\C oreExtension * : Defines all the core features of Twig.
330
+ * `` \ Twig\Extension\CoreExtension`` : Defines all the core features of Twig.
331
331
332
- * * Twig\E xtension\D ebugExtension * : Defines the ``dump `` function to help debug
332
+ * `` \ Twig\Extension\DebugExtension`` : Defines the ``dump `` function to help debug
333
333
template variables.
334
334
335
- * * Twig\E xtension\E scaperExtension * : Adds automatic output-escaping and the
335
+ * `` \ Twig\Extension\EscaperExtension`` : Adds automatic output-escaping and the
336
336
possibility to escape/unescape blocks of code.
337
337
338
- * * Twig\E xtension\S andboxExtension * : Adds a sandbox mode to the default Twig
338
+ * `` \ Twig\Extension\SandboxExtension`` : Adds a sandbox mode to the default Twig
339
339
environment, making it safe to evaluate untrusted code.
340
340
341
- * * Twig\E xtension\P rofilerExtension * : Enables the built-in Twig profiler.
341
+ * `` \ Twig\Extension\ProfilerExtension`` : Enables the built-in Twig profiler.
342
342
343
- * * Twig\E xtension\O ptimizerExtension * : Optimizes the node tree before
343
+ * `` \ Twig\Extension\OptimizerExtension`` : Optimizes the node tree before
344
344
compilation.
345
345
346
- * * Twig\E xtension\S tringLoaderExtension * : Defines the ``template_from_string ``
346
+ * `` \ Twig\Extension\StringLoaderExtension`` : Defines the ``template_from_string ``
347
347
function to allow loading templates from string in a template.
348
348
349
349
The Core, Escaper, and Optimizer extensions are registered by default.
You can’t perform that action at this time.
0 commit comments