File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ possible.
267
267
signed when using the fragment renderer and the ``render_esi `` Twig
268
268
function.
269
269
270
- The ``render_esi `` helper supports two other useful options:
270
+ The ``render_esi `` helper supports three other useful options:
271
271
272
272
``alt ``
273
273
Used as the ``alt `` attribute on the ESI tag, which allows you to specify an
@@ -278,4 +278,11 @@ The ``render_esi`` helper supports two other useful options:
278
278
of ``continue `` indicating that, in the event of a failure, the gateway cache
279
279
will remove the ESI tag silently.
280
280
281
+ ``absolute_uri ``
282
+ If set to true, an absolute URI will be generated. **default **: ``false ``
283
+
284
+ .. versionadded :: 6.2
285
+
286
+ The ``absolute_uri `` option was introduced in Symfony 6.2.
287
+
281
288
.. _`ESI` : http://www.w3.org/TR/esi-lang
You can’t perform that action at this time.
0 commit comments